IOsipov / androguard

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

dvm.DalvikVMFormat.fix_checksums() bug #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when I modify a dex file and use save() method

I fixed this issue. 
Just change the order of fixing signature and checksum. 
Fixing signature first and then checksum, because new signature should be used 
to calculate new checksum.

Original issue reported on code.google.com by kel...@gmail.com on 27 Jun 2012 at 7:07

GoogleCodeExporter commented 9 years ago
check my latest commit :)

Original comment by anthony....@gmail.com on 27 Jun 2012 at 7:09

GoogleCodeExporter commented 9 years ago

Original comment by anthony....@gmail.com on 27 Jun 2012 at 7:09