unity_metadata_loader icon indicating copy to clipboard operation
unity_metadata_loader copied to clipboard

Results 16 unity_metadata_loader issues
Sort by recently updated
recently updated
newest added

Hello, I have a problem, I click on unity_decoder.exe and it says "The unity_decoder.exe program has stopped working if I have Windows 7

i copied it into the same folder as global-metadata.dat, executed it and got the output `metadata version is: 24` and a empty file string_literal.txt got created...

Along with #16, definitely feels like something is off with this version. Some string literals are dumped correctly (~45k out of ~114k), but method information fails. ``` metadataUsageListsOffset = 94a9a0...

Both count values are equel for same sizeof(), so there is no problem at runtime

After clicking on "unity_decoder.exe" ... resulting file "method_name.txt" is empty.

The method list is empty... it doesn't work for pc version only works for android though...

Dealing with this global-metadata.dat file: `https://www.sendspace.com/file/ji1e05` Getting weird values in this code section (inside InitializeMethodMetadata): ```cpp const Il2CppMetadataUsageList* metadataUsageLists = MetadataOffset(s_GlobalMetadata, s_GlobalMetadataHeader->metadataUsageListsOffset, index); uint32_t start = metadataUsageLists->start; uint32_t count =...

Can you also build a Linux and/or OSX Executable for people who don't have IDA Pro for Windows?

解析失败,method_name.txt 没有导出成功,这是没有支持到最新版本的缘故?