after feedbacks from Dexlab about errors on the parsing of android bytecodes, I decided to rewrite the module as Baksmali. Now, each instruction is an object and in each object (instruction) you can access to all fields :
For few instructions, I added more information, specially for all numeric values :
Moreover, I added "tags" feature. The idea is to associate specific information to each method in order to find quickly interesting codes, and for example, I associated each method with android classes. You need to run "create_tags" function in the "VMAnalysis" object :
The code is available on the repository and I will publish a release 1.3 as soon as possible !
Cya
No comments:
Post a Comment