An open API service indexing awesome lists of open source software.

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.

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
```