anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 215 forks source link

Unexpected checksum (7d70f08b vs 4ff0a59e) - failed to unquicken Dex file #50

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have to specify --ignore-crc-error in order to generate dex file, but the result dex looks corrupted.

dex2oat output: oat_writer.cc:3082] Failed to open dex file from oat file. File: app.apk Error: Failure to verify dex file 'app.apk': could not find declaring class for virtual method index 6634

anestisb commented 5 years ago

@addhaloka false alarm?