From 34cadb9f0249b459acb37cf6fd0c2a42f9e48ec8 Mon Sep 17 00:00:00 2001 From: knowmalware Date: Sat, 15 Aug 2020 02:17:42 +0000 Subject: [PATCH] add Bytecode Viewer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 134561e..c38055d 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,9 @@ executables. *Analyze malicious URLs. See also the [domain analysis](#domain-analysis) and [documents and shellcode](#documents-and-shellcode) sections.* +* [Bytecode Viewer](https://github.com/Konloch/bytecode-viewer) - combines + multiple Java bytecode viewers and decompilers into one tool, including + APK/DEX support. * [Firebug](https://getfirebug.com/) - Firefox extension for web development. * [Java Decompiler](http://jd.benow.ca/) - Decompile and inspect Java apps. * [Java IDX Parser](https://github.com/Rurik/Java_IDX_Parser/) - Parses Java