ChinoX
New User
- 1
- 02/18/18
- 0
Thread Author
Hello guys, I'm new here.
I decompiled the APK into java code and found some Lua files in binary. These files include the business of the game.
I tried to use unluac to decompile but getting the message: "The input file does not have the signature of a valid Lua file: at unluac.parse.BHeader.<init>(BHeader.java:70)".
So this file was encrypted or modded the signature. I also tried the IDA but only get the binary code, not pseudocode.
Please give me some hints that I can continue.
And I found the code that is how they encrypt the request data to md5 (I think for making sure no one changes the request data by checking md5). Is there any way I can change the request from the middle by encrypting the same way.?
Thanks,
I decompiled the APK into java code and found some Lua files in binary. These files include the business of the game.
I tried to use unluac to decompile but getting the message: "The input file does not have the signature of a valid Lua file: at unluac.parse.BHeader.<init>(BHeader.java:70)".
So this file was encrypted or modded the signature. I also tried the IDA but only get the binary code, not pseudocode.
Please give me some hints that I can continue.
And I found the code that is how they encrypt the request data to md5 (I think for making sure no one changes the request data by checking md5). Is there any way I can change the request from the middle by encrypting the same way.?
Thanks,