From a407c434e3905749a1ed3b99b5e380b10d5e4add Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 12:03:21 +0200 Subject: [PATCH] Add bytecode-viewer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c106445..5a1168a 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ A curated list of awesome Java frameworks, libraries and software. * [ASM](http://asm.ow2.org/) - All-purpose, low-level bytecode manipulation and analysis. * [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API. +* [bytecode-viewer](https://github.com/Konloch/bytecode-viewer) - Java 8 Jar & Android APK reverse engineering suite. * [Byteman](https://byteman.jboss.org/) - Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting. * [cglib](https://github.com/cglib/cglib) - Bytecode generation library. * [Javassist](https://jboss-javassist.github.io/javassist/) - Tries to simplify bytecode editing.