This repository was archived by the owner on Nov 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# JRemapper
22An easy to use GUI for remapping classes, methods, and fields of compiled java programs.
33
4- ### How to use:
5-
6- ** Loading a file** :
7-
8- 1 . Run the executable jar
9- 2 . From the File menu, load a jar _ (Creates a listing of class files)_
10- 3 . Select a class file from the tree menu on the left _ (This will decompile it with CFR)_
11-
12- ** Renaming a class** :
13-
14- 1 . Click the class name _ (The title bar should change, notifying which class you have selected)_
15- 2 . Delete the class name and retype a new name _ (Internal names are used, so for packages you would use ` com/example/MyClass ` )_
16- 3 . Press enter
17-
18- ** Renaming a field or method** :
19-
20- 1 . Click the method or field _ (The title bar should change, notifying which member you have selected)_
21- 2 . Type a new name
22- 3 . Press enter
23-
24- ** More tips** :
25-
26- * Middle click a tab you want to close
27- * Right click a class to bring up a menu * (Currently only lets you open the class in a new tab)*
4+ For information on how to use JRemapper and other details about it, check out [ the wiki] ( https://github.com/Col-E/JRemapper/wiki ) .
285
296### Libraries used:
307* [ BMF] ( https://github.com/Col-E/Bytecode-Modification-Framework ) - _ Remapping abilities_
318* [ CFR] ( http://www.benf.org/other/cfr/ ) - _ Java decompiler_
329* [ RSyntaxTextArea] ( https://github.com/bobbylight/RSyntaxTextArea ) - _ Syntax highlighting_
3310
34- ### Images
11+ ### Screenshot
3512
3613![ Screenshot] ( shot.png )
You can’t perform that action at this time.
0 commit comments