0% found this document useful (0 votes)
143 views1 page

IL2CPP Dumper Output and Errors

The document outlines four attempts to process a binary file using different output directories. The first attempt succeeded, registering code and metadata and creating a dummy DLL. The second and third attempts failed with errors that no symbols were detected and the selected mode could not process the file. The fourth attempt succeeded like the first.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
143 views1 page

IL2CPP Dumper Output and Errors

The document outlines four attempts to process a binary file using different output directories. The first attempt succeeded, registering code and metadata and creating a dummy DLL. The second and third attempts failed with errors that no symbols were detected and the selected mode could not process the file. The fourth attempt succeeded like the first.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

* Binary file: C:\Users\EmanueleFWM\Desktop\libil2cpp.

so
* [Link]: C:\Users\EmanueleFWM\Desktop\[Link]
* Output direcotry: C:\Users\EmanueleFWM\Desktop\out\
Initializing...
CodeRegistration: 0x1E3CAEC
MetadataRegistration: 0x1E3CB24
Done.
Creating DummyDll...
Done.
----------------------------
* Binary file: C:\Users\EmanueleFWM\Desktop\[Link]
* [Link]: C:\Users\EmanueleFWM\Desktop\[Link]
* Output direcotry: C:\Users\EmanueleFWM\Desktop\out2\
Initializing...
ERROR: No symbol is detected

ERROR: Can't use this mode to process file, try another mode.
at [Link].A(Object , DoWorkEventArgs )
----------------------------
* Binary file: C:\Users\EmanueleFWM\Desktop\[Link]
* [Link]: C:\Users\EmanueleFWM\Desktop\[Link]
* Output direcotry: C:\Users\EmanueleFWM\Desktop\out2\
Initializing...

ERROR: Can't use this mode to process file, try another mode.
at [Link].A(Object , DoWorkEventArgs )
----------------------------
* Binary file: C:\Users\EmanueleFWM\Desktop\[Link]
* [Link]: C:\Users\EmanueleFWM\Desktop\[Link]
* Output direcotry: C:\Users\EmanueleFWM\Desktop\out2\
Initializing...
CodeRegistration: 0x1E3CAEC
MetadataRegistration: 0x1E3CB24
Done.
Creating DummyDll...
Done.
----------------------------

You might also like