All Projects → LXGaming → Reconstruct

LXGaming / Reconstruct

Licence: Apache-2.0 License
ProGuard Deobfuscator

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Reconstruct

Deobfuscator
Some deobfuscator for java lol
Stars: ✭ 225 (+184.81%)
Mutual labels:  deobfuscator
raygun4android
Android crash reporting provider for Raygun
Stars: ✭ 19 (-75.95%)
Mutual labels:  proguard
decrypticon
Java-layer Android Malware Simplifier
Stars: ✭ 17 (-78.48%)
Mutual labels:  deobfuscator
gdx-deploy-sample
Sample Gradle configurations for LibGDX for preparing and deploying release builds
Stars: ✭ 28 (-64.56%)
Mutual labels:  proguard
kotlin-metadata-printer
Prints the Kotlin metadata attached to Java class files
Stars: ✭ 41 (-48.1%)
Mutual labels:  proguard
NetReactorSlayer
An open source (GPLv3) deobfuscator for Eziriz .NET Reactor
Stars: ✭ 260 (+229.11%)
Mutual labels:  deobfuscator
ProguardDictionaryGenerator
一种生成阅读极其困难的proguard字典的算法
Stars: ✭ 135 (+70.89%)
Mutual labels:  proguard
UnSealer
.NET Assemblies Deobfuscator.
Stars: ✭ 57 (-27.85%)
Mutual labels:  deobfuscator
CodeDeobfuscator
Code Deobfuscator
Stars: ✭ 45 (-43.04%)
Mutual labels:  deobfuscator
OSRSUpdater
A simple (and outdated) Old-School RuneScape decompiler/deobfuscator. Performs field and method analysis which uses ASM and bytecode patterns for identification. Identified fields could be used for creating bot clients or QoL clients. For educational use only.
Stars: ✭ 13 (-83.54%)
Mutual labels:  deobfuscator
AgileDotNet-StringDeobfuscator
String decryption for Agile.NET packed assemblies.
Stars: ✭ 25 (-68.35%)
Mutual labels:  deobfuscator
awesome-android-proguard-rules
Android项目混淆规则
Stars: ✭ 26 (-67.09%)
Mutual labels:  proguard
akamai-deobfuscator
A tool to help you deobfuscate Akamai scripts.
Stars: ✭ 236 (+198.73%)
Mutual labels:  deobfuscator
springboot-tutorials
codehome出品SpringBoot2.x基础教程
Stars: ✭ 77 (-2.53%)
Mutual labels:  proguard
JavaDeobfuscator
Java Deobfuscator
Stars: ✭ 32 (-59.49%)
Mutual labels:  deobfuscator
AndroidProguard
android代码混淆AndroidStudio插件
Stars: ✭ 27 (-65.82%)
Mutual labels:  proguard
PHPDeobfuscator
Advanced PHP deobfuscator
Stars: ✭ 44 (-44.3%)
Mutual labels:  deobfuscator
.NetReactorStringDecryptor
A string decryptor for .NET Reactor.
Stars: ✭ 20 (-74.68%)
Mutual labels:  deobfuscator
MC-Remapper
Deobfuscator for Minecraft by mapping json
Stars: ✭ 104 (+31.65%)
Mutual labels:  deobfuscator
.NetReactorCfCleaner
A control flow cleaner for .NET Reactor.
Stars: ✭ 42 (-46.84%)
Mutual labels:  deobfuscator

Reconstruct

License Maven Central

Usage

// Usage
java -jar <Reconstruct File Name> -jar <Obfuscated jar> -mapping <ProGuard mappings> -output <Deobfuscated jar file> -exclude <Excluded Packages>

// Example - Client
java -jar reconstruct-cli.jar -jar client.jar -mapping client.txt -output client-deobf.jar

// Example - Server
java -jar reconstruct-cli.jar -jar server.jar -mapping server.txt -output server-deobf.jar -exclude "com.google.,com.mojang.,io.netty.,it.unimi.dsi.fastutil.,javax.,joptsimple.,org.apache."

Library

Repository: mavenCentral()
Dependency: io.github.lxgaming:reconstruct-common:VERSION

License

Reconstruct is licensed under the Apache 2.0 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].