Dexer icon indicating copy to clipboard operation
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.

Results 3 Dexer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug