Grunt
1.0 - 1.5Lightweight & Stability
License
MIT
Grunteon is the 3rd generation JVM bytecode obfuscator. Written in Kotlin. Engineered for programmability and total control.
val config = GrunteonConfig {
// 3rd Gen: Programmable Pipeline
pipeline {
add(Renamer(mode = RenameMode.AGGRESSIVE))
add(StringEncryption(strength = 5))
add(ControlFlow(junkCode = true))
// Advanced Anti-Analysis
add(AntiStaticAnalysis)
add(PhantomClasses)
}
}
// init Grunteon Engine v3.0...The path to version 3.0.0 and beyond.
Obfuscation of flow logic to disrupt decompilation and analysis tools.
A completely programmable configuration system and process pipeline.
Redirects and anti-static analysis techniques to protect integrity.
Advanced handling and obfuscation of non-code resources.
Manipulation of class hierarchy and generation of phantom classes.
Robust string and number encryption algorithms.
From lightweight stability to total programmable control.
| Generation | Ver | Focus | License |
|---|---|---|---|
| Grunt | Lightweight & Stability | MIT | |
| Gruntpocalypse | Diversity & Intensity | LGPL3 | |
| Grunteon | Programmable & Controllable | PFSL1 |
Lightweight & Stability
Diversity & Intensity
Programmable & Controllable
* PFSL1: PolyForm Strict License 1.0.0 (Commercial Use Prohibited)