From 944c748a47b7e96a080071d9d5170be4bdc140ef Mon Sep 17 00:00:00 2001 From: Andrew Reitz Date: Thu, 4 Oct 2018 08:26:03 -0500 Subject: [PATCH] Add Jadx Dex to Java Decompiler Adds Jadx to the reverse engineering list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c47105..713d714 100644 --- a/README.md +++ b/README.md @@ -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 ----