Hello, I been trying to mod game Isekai Sl0w Lif3
My objective isto find the game logic/code to -> experience earning, characters power related math and battle in general stuff
So i want to read the files inside game.apk\assets\Android
but those are obfuscated/encrypted i believe, because:
Things i have done:
My objective isto find the game logic/code to -> experience earning, characters power related math and battle in general stuff
So i want to read the files inside game.apk\assets\Android
but those are obfuscated/encrypted i believe, because:
- files extensions are all changed to .mmc
- and most files (if not all) header start with characters "MOMC"
Things i have done:
- found libil2cpp.so (from there got the .dlls)
- from Assembly-CSharp found asset extension related code (the .mmc thing)
- tried other software to check assembly.dll code because function content was empty, but still dont know how to decrypt those files