IOsipov / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

Extending Androguard #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi guys,

Thank you for this awesome tool. I'm planning to extend Androguard to support 
the following:

Modify byte codes (add, remove, ...) , 
Modify fields , 
Modify methods, 
Add/Remove field 
and Add/Remove method. 

I'm wondering if you could provide me with some details / documentation links, 
that would help me to understand the code.

Thanks,

Original issue reported on code.google.com by wa4...@gmail.com on 17 May 2012 at 9:35

GoogleCodeExporter commented 9 years ago
Hi,

you should read the specification of dalvik bytecodes in order to do that :)

Good luck !

Original comment by anthony....@gmail.com on 20 May 2012 at 9:18