Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No symbol table in binary file #217

Open
Subtixx opened this issue Mar 15, 2023 · 0 comments
Open

No symbol table in binary file #217

Subtixx opened this issue Mar 15, 2023 · 0 comments
Labels

Comments

@Subtixx
Copy link

Subtixx commented Mar 15, 2023

Using the command line version:

Il2CppInspector-cli.exe --bin GameAssembly.dll
---------------------------------------------------
Il2CppInspector Command-Line Edition
Version 2021.1
(c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty

Using plugin: IL2CPP API Discovery
Using plugin: Binary metadata field order deobfuscator
Using plugin: Metadata strings XOR decryptor
Using plugin: Binary file XOR decryptor
Detected metadata version 27
Container format: PE32+
Container endianness: Little
Architecture word size: 64-bit
Instruction set: x64
Global offset: 0x0000000180000C00
No symbol table present in binary file
No matches via code heuristics
Could not process IL2CPP image. This may mean the binary file is packed, encrypted or obfuscated in a way Il2CppInspector cannot process, that the file is not an I
L2CPP image or that Il2CppInspector was not able to automatically find the required data.
Please ensure you have downloaded and installed the latest set of core plugins and try again. Check the binary file in a disassembler to ensure that it is a valid 
IL2CPP binary before submitting a bug report!
Analyze IL2CPP data: 45.85 sec

Using the library version:

Loading package...
Detected metadata version 27
Container format: PE32+
Container endianness: Little
Architecture word size: 64-bit
Instruction set: x64
Global offset: 0x0000000180000C00
No symbol table present in binary file
No matches via code heuristics
No matches via data heuristics
Could not process IL2CPP image. This may mean the binary file is packed, encrypted or obfuscated in a way Il2CppInspector cannot process, that the file is not an IL2CPP image or that Il2CppInspector was not able to automatically find the required data.

As others have also noted it works with il2cppdumper:

Initializing metadata...
Metadata Version: 27
Initializing il2cpp file...
Il2Cpp Version: 27
Searching...
Change il2cpp version to: 27.1
CodeRegistration : 184deb210
MetadataRegistration : 184e4e910
Dumping...
Done!
Generate struct...
Done!
Generate dummy dll...
Done!
Press any key to exit...

artifacts.7z.zip

PS: File was too big as zip.. So I packed it using 7z but had to rename it to the extension zip.

@Subtixx Subtixx added the bug label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant