Closed GoogleCodeExporter closed 9 years ago
This problem is caused when 360 security software (used by a lot of Chinese
developers) is applied to the apk.
Original comment by dongjuna...@gmail.com
on 24 Jul 2014 at 6:43
These are mostly-invalid dex files, that are fixed up in-memory at runtime. You
would need to extract the fixed-up dex file from memory and then run baksmali
on that. Or write a separate deobfuscator for this particular style of
obfuscation/packing.
Original comment by jesusfreke@jesusfreke.com
on 28 Dec 2014 at 8:53
Original issue reported on code.google.com by
dongjuna...@gmail.com
on 5 May 2014 at 6:25