https://github.com/dxxxxy/mcpdeobfdir
Deobfuscates a whole directory of Java source files from searge to mcp mappings. Ideal to use after disassembling/decompiling a .jar file with something like Procyon. Supports Minecraft 1.8 to 1.12 mappings. Uses a single-dependency: csv-parser.
https://github.com/dxxxxy/mcpdeobfdir
cli deobf deobfuscate dir directory files java mappings mcp minecraft remap searge source
Last synced: 28 days ago
JSON representation
Deobfuscates a whole directory of Java source files from searge to mcp mappings. Ideal to use after disassembling/decompiling a .jar file with something like Procyon. Supports Minecraft 1.8 to 1.12 mappings. Uses a single-dependency: csv-parser.
- Host: GitHub
- URL: https://github.com/dxxxxy/mcpdeobfdir
- Owner: dxxxxy
- Created: 2022-09-28T21:25:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T00:07:10.000Z (over 3 years ago)
- Last Synced: 2025-02-23T10:29:17.584Z (over 1 year ago)
- Topics: cli, deobf, deobfuscate, dir, directory, files, java, mappings, mcp, minecraft, remap, searge, source
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/mcpdd
- Size: 392 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcpdeobfdir
Deobfuscates a whole directory of Java source files from `searge` to `mcp` mappings. Ideal to use after disassembling/decompiling a `.jar` file with something like [Procyon](https://github.com/mstrobel/Procyon). Supports Minecraft 1.8 to 1.12 mappings. Uses a single-dependency: [csv-parser](https://github.com/mafintosh/csv-parser).
## Install
```
npm i mcpdd -g
```
## Usage
```powershell
# Syntax
mcpdd --dir= --version=
# Example
mcpdd --dir=C:\Users\DXXXXY\Downloads\decomp --version=1.8
```