Hyperion Deobfuscator is a specialized tool designed to reverse the obfuscation applied by the Hyperion Obfuscator. It analyzes the obfuscated Python script and attempts to reconstruct the original source code.
- 🔓 Deobfuscation: Unpacks and decrypts Hyperion-protected scripts.
- 🐍 Python Support: Works with standard Python scripts.
- ⚡ Fast Processing: Efficiently handles the deobfuscation layers.
- Python 3.x
- Clone the repository:
git clone https://github.com/KhanhNguyen9872/hyperion_deobfuscate.git cd hyperion_deobfuscate
- Run the script:
python hyperion_deobf.py
- Input File: Enter the path to your Hyperion-obfuscated file when prompted.
- Result: The tool will output the deobfuscated code.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Nguyễn Văn Khánh (KhanhNguyen9872)
- GitHub: @KhanhNguyen9872