Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lesmiscore/kliket

A php code deobfuscator (re)written in Groovy
https://github.com/lesmiscore/kliket

deobfuscation groovy java-8 php

Last synced: about 1 month ago
JSON representation

A php code deobfuscator (re)written in Groovy

Awesome Lists containing this project

README

        

# Kliket (Pronounce like "Cricket")
A php code deobfuscator (re)written in Groovy.
FOPO? Don't give up. Try this!

# Usage
## `com.nao20010128nao.Kliket.KliketLauncher`
- `--input=(filename)` Input file name (full path) of the PHP file. (required)
- `--output=(filename)` Output directory to save deobfuscated result (default is to append `.deobs` on the `input`'s filename)
- `--mode=(mode)` Which mode to use for debobfuscation. (required)

---
Multiple file support and PHAR support are coming soon...

# Thanks
[NewDelion](https://github.com/NewDelion/Deobfuscator) for CSharp version of FOPO and Pipsomania deobfuscator.