Dexer
Dexer copied to clipboard
Dexer is an open source framework, written in C#, that reads and writes .DEX files (Dalvik Executable Format) used by the Android Open Source Project.
Hi! On somes obfuscated dex (see attach) InstructionReader is crash. If payloads of pseudo-instructions inject between normal instructions in body. This case is not taken in your inplementation. But the...
Fixes #12 cc @naviHaRpY
It appears possible to have null strings in the dex format, unsure if this is the result of a malformed dex or not. ``` 2E 00 1C 41 77 61...