Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Commit 7ab0cf4

Browse files
committed
Moved usage and such to github wiki page
1 parent 3d03607 commit 7ab0cf4

1 file changed

Lines changed: 2 additions & 25 deletions

File tree

README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,13 @@
11
# JRemapper
22
An 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)

0 commit comments

Comments
 (0)