PDA

View Full Version : Reading LUAGIT Bytecode


appcrox
09-21-2016, 04:00 PM
Hello everyone!

I would like to disasm LUAGit Bytecode, and how to change any value?
Further more, I have an Android app written in Java, but licensing was written as Luagit Bytecode. When I unpack the .apk file using the apktool, in the Assets folder is file called main.bin.
When I change the uptime value in the smali code, killing the license does not take any effect, because I need to kill the licensing in main.bin.
How to read Luagit bytecode from Windows to do that?
The whole apk file is here:
https://1drv.ms/u/s!Agp2u7pdS6HjkEyTjM0Qk5FpXwuI
Main.bin is here:
https://1drv.ms/u/s!Agp2u7pdS6HjkEuZXGfNMqsfLrtD
If the application is not licensed, it works only 30 minutes.

Best regards,

APPCROX