From 70a93b27ca8d59305e7df586d692437f82264dfa Mon Sep 17 00:00:00 2001 From: Kalen Kinloch Date: Sun, 14 Dec 2014 11:19:07 -0800 Subject: [PATCH] README Update README Update --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 5fc54d89..176220ae 100644 --- a/README.txt +++ b/README.txt @@ -20,15 +20,16 @@ Bin/Archive: https://github.com/konloch/bytecode-viewer/releases Java Docs: https://the.bytecode.club/docs/bytecode-viewer/ License (Copyleft): https://raw.githubusercontent.com/Konloch/bytecode-viewer/master/LICENSE -Features: +Key Features: Java Decompiler - It uses a modified version of FernFlower, Procyon and CFR. - Bytecode Decompiler - A modified version of J-RET's. + Bytecode Decompiler - A modified version of CFIDE's. Hex Viewer - Powered by JHexPane. Each Decompiler/Viewer is toggleable. Fully Featured Search System. A Plugin System With Built In Plugins. (Show All Strings, Malicious Code Scanner, String Decrypters, etc) Fully Featured Scripting System That Supports Groovy, Python And Ruby. Recent Files & Recent Plugins. + EZ-Inject - Graphically insert hooks and debugging code, invoke main and start the program. And more! Give it a try for yourself! Are you a Java Reverse Engineer? Do you want to learn?