Add Jadx Dex to Java Decompiler

Adds Jadx to the reverse engineering list.
This commit is contained in:
Andrew Reitz 2018-10-04 08:26:03 -05:00
parent 6eb34ceff3
commit 944c748a47

View File

@ -143,6 +143,7 @@ Reverse Engineering
28. [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify)
29. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
30. [Radare2](https://github.com/radare/radare2)
31. [Jadx](https://github.com/skylot/jadx)
Fuzz Testing
----