Kramer-Specter Deobfuscator is a powerful utility designed to reverse the obfuscation applied by the Kramer and Specter tools. It helps developers and security researchers analyze protected Python scripts by restoring them to a readable state.
- 🔓 Dual Support: Handles both Kramer and Specter obfuscation techniques.
- 🐍 Python Bytecode Analysis: Extracts and reconstructs code from marshal payloads.
- 💾 Save Functionality: Option to save the deobfuscated code or dumped marshal data.
- Python 3.x
- Clone the repository:
git clone https://github.com/KhanhNguyen9872/kramer-specter_deobf.git cd kramer-specter_deobf
- Run the script:
python kramer-specter-deobf.py
- Input File: Enter the path to your Kramer or Specter obfuscated file.
- Inspect: Press Enter to view the code or the
marshal.loadspayload. - Save: Type
saveto export the result to a file.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Nguyễn Văn Khánh (KhanhNguyen9872)
- GitHub: @KhanhNguyen9872