https://github.com/radarsh/decompile
Recursive Java Decompiler
https://github.com/radarsh/decompile
Last synced: 20 days ago
JSON representation
Recursive Java Decompiler
- Host: GitHub
- URL: https://github.com/radarsh/decompile
- Owner: radarsh
- License: apache-2.0
- Created: 2014-12-18T20:54:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T21:10:14.000Z (over 11 years ago)
- Last Synced: 2025-03-12T01:38:07.053Z (over 1 year ago)
- Language: Shell
- Size: 301 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
decompile - Recursive Java Decompiler
=====================================
## Instructions
1. Place .class files in nested directory hierarchy within the `classes` folder
2. Make sure the `src` folder is empty
3. Place the decompile directory in a path that doesn't contain spaces, such as `D:\decompile`
4. Run `decompile.bat`
5. Expect the .java files inside `src` folder in the same directory structure as the respective .class files