-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |