dextools
dextools copied to clipboard
Miscellaenous DEX (Dalvik Executable) tools
Results
3
dextools issues
Sort by
recently updated
recently updated
newest added
Thanks for sharing the script! While checking some .apks I made a couple improvements, maybe you'll find them useful. --- According to the spec, block contains a "Sequence of uint64-length-...
https://github.com/cryptax/dextools/blob/f183368a88944615affe6a02c4b7bfc8986aab52/dexview/dexview.py#L637 This line should use `flag_to_string()` as all other places. Nice work on useful tools!