From d416e297676da4aa9f3b59ee50fc25db7770a883 Mon Sep 17 00:00:00 2001 From: jmdane <70574656+jmdane@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:57:17 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d77596 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Java-Decompiler +Search for strings in decompiled jars + +#How to use! +1. Run the jar by clicking the executable. +2. Drag and drop jars(can be multiple) / Or select the jar or directory in the file path dialog by clicking open. +3. Always click Scan before searching. +4. Search for specific keywords(Case sensitive). + +#To Do +1. Add package manager to navigate thru classes and folders. +2. Code viewer to open where specific string is found. +3. Some kind of async Task or multithreading / Fix performance issues.