add Bytecode Viewer

pull/211/head
knowmalware 2020-08-15 02:17:42 +00:00
parent ca01a6985b
commit 34cadb9f02
1 changed files with 3 additions and 0 deletions

View File

@ -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