Merge pull request #88 from AndrewReitz/add-jadx-to-reverse-engineering-list

Add Jadx Dex to Java Decompiler
This commit is contained in:
Ashish Bhatia 2018-10-04 23:38:25 -07:00 committed by GitHub
commit 869a559800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,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
----