Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdane authored Sep 1, 2020
1 parent 47d33a6 commit d416e29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d416e29

Please sign in to comment.