Matt_code_guy
New User
- 15
- 04/26/17
- 1
Thread Author
Hi all,
Thank you to everyone who posted tutorials. They have been super helpful.
I have been able to decompile my target APK with ILSpy and Reflexil and I have been able to edit basic variable values, and save it, re-install it, handle the obb file stuff and test the game.
I am trying to mod a unity apk.
When I try to modify the method of a class, I run into tons of errors relating to references in other classes when I save/compile.
Objects defined in other classes are undefined. It seems that reflexil is not importing. This means the changes I can make are pretty minimal. I am looking for guidance on how to solve these errors. How exactly can I import other classes?
Secondary question: What exactly are the "method stubs" in reflexil. Can I just remove all of them or comment them out? I only wish to modify the specific method in question, not every method in the class.
Thank you to everyone who posted tutorials. They have been super helpful.
I have been able to decompile my target APK with ILSpy and Reflexil and I have been able to edit basic variable values, and save it, re-install it, handle the obb file stuff and test the game.
I am trying to mod a unity apk.
When I try to modify the method of a class, I run into tons of errors relating to references in other classes when I save/compile.
Objects defined in other classes are undefined. It seems that reflexil is not importing. This means the changes I can make are pretty minimal. I am looking for guidance on how to solve these errors. How exactly can I import other classes?
Secondary question: What exactly are the "method stubs" in reflexil. Can I just remove all of them or comment them out? I only wish to modify the specific method in question, not every method in the class.