SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.56k stars 178 forks source link

Help About Methods #222

Closed NobodyOffcal closed 1 year ago

NobodyOffcal commented 1 year ago

"CPP2IL failed to recover any usable IL for this method" how i could fix that i use GameAssembly.dll and just-give-me-dlls-asap-dammit

nitrog0d commented 1 year ago

It means what the message says, there's no fix, maybe in the future the IL regeneration will improve

NobodyOffcal commented 1 year ago

is there any way to dump specific method i really need one

nitrog0d commented 1 year ago

I don't think you can with Cpp2IL currently if it couldn't recover, however can use reverse engineering tools like IDA/Ghidra/Binja/whatever, but I'm not guiding you through that