How to get array value from libil2cpp

moonwalk

New User
1
08/13/18
0
Thread Author
Hello everybody. I took a dump file of Android-game using Il2CppDumper.
In dump.cs file every variable of String or Integer types has values. But object variables has not.
So, I want to know variable value of Array type, how I can take it?

Look at the screenshot, three variables in bottom of list has no value, but has code like 0x34.
Help me please explain it.
Thank you!
 

Attachments

  • screenshot.webp
    screenshot.webp
    26.2 KB · Views: 49
: D you are not looking for exactly what you need. Look for inquiries about gold, damage, etc. This will be of the form get_DamageMin // 0xAA32F1, but in general it's better to try to break games from dll, it will still be difficult for you to understand all the subtleties of scrap of this kind of code compilation.
ps I used a translator
 
Back
Top Bottom