/ng-jd-gui

An Open Source Java Decompiler Gui for Procyon

Primary LanguageJavaOtherNOASSERTION

ng-jd-gui

Another Java Decompiler
Another Java Decompiler Gui for Procyon
The project forks from Luyten, and now it support decompile mutli file in one program.
Some osx features works well in Luyten, it may not works in this project. If everything works well in osx, it is not intend.

Apache License, Version 2.0

Download

Release

Environment

  • Java 8. It was develop under Java 8
  • It was tested on windows 10(x64). Some osx feature from Luyten may not work because I do not have osx to test.

Compilation


We use maven to handle our dependencies.

  • Install Maven 3
  • Clone this repo and: mvn clean install

ScreenShot

Screen

How to pin the exe to task bar

Screen

It need some tricks to pin the exe to the windows task bar.

  • Create a shortcut using right click menu.
  • Use shell property tool to set property "System.AppUserModel.ID" on shortcut to "ng-jd-gui-2018". The shell property tool is under third party directory. Here is the command.
shellproperty.exe set "System.AppUserModel.ID"  on '.\ng-jd-gui-0.6.1.exe.lnk' to VT_LPWSTR "ng-jd-gui-2018"

The "ng-jd-gui-2018" was write in the code. If we want to change it, we need change it in the code either, and rebuild it.

  • Drag the shortcut to the task bar, and it works.

shell property tool is written by Maurits

Downloads

Releases

Bugs/Suggestions

Issues

Powered by


Luyten

© 2015 deathmarine https://github.com/deathmarine/Luyten

Procyon

© 2015 Mike Strobel
https://bitbucket.org/mstrobel/procyon/overview
Apache License

RSyntaxTextArea

© 2012 Robert Futrell
http://fifesoft.com/rsyntaxtextarea/
All Rights Reserved