holly-hacker / dnSpy.Extension.HoLLy

A dnSpy extension to aid reversing of obfuscated assemblies
GNU General Public License v3.0
342 stars 31 forks source link

Support IL2CPP metadata on native binaries #38

Open holly-hacker opened 4 years ago

holly-hacker commented 4 years ago

The idea would be to allow the user to select a metadata.dat file for native binaries that would allow the file to be disassembled as if it was a IL binary, except all methods would be shown as native and would have to be disassembled with the native disassembler.

Main difficulties:

holly-hacker commented 4 years ago

Could be useful: https://github.com/djkaty/Il2CppInspector

holly-hacker commented 4 years ago

If this works out, I could look into doing the same for wasm modules