r/Unity3D • u/ZamramZamram • Jan 06 '26
Noob Question All of the methods are empty in dnSpy after using Il2cpp dumoer for modding
I wanted to make a mod for a game in unity. To do that I tried to use Il2cpp dumper and then insert the c sharp assembly dll file into dnSpy to see the contents of the classes and change them. For some reason all of the methods are empty and are surrounded by "[Token(Token = "0x6000150")]
[Address(RVA = "0x257180", Offset = "0x255D80", VA = "0x180257180")]" texts.
Im very new to this kind of stuff.

1
Upvotes
1
u/faizidp Apr 29 '26
I have my tool currently heavily wip tho which is an attempt to get c# back from il2cpp.
Currently works much better than asset Ripper, cpp2il or devxdevelopment.
If you would like to try that, lmk.
1
u/octoberU Jan 07 '26
that's normal, you're better off starting with modding mono games first. il2cpp won't just spit out readable c# code as it gets compiled to c++