Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 762 Bytes

KramerDeobfuscator

A deobfuscator designed for Kramer.

This script utilizes pycdas.exe from pycdc to extract the byte-code disassembly of a Python file.

It attempts to automatically retrieve the decryption key and the obfuscated data directly from the byte-code disassembly.

Usage

python .\kramer_deobfuscator.py -h

CommandLine Arguments

usage: kramer_deobfuscator.py [-h] -f INPUT_FILE

Deobfuscate Kramer.

options:
  -h, --help            show this help message and exit
  -f INPUT_FILE, --input_file INPUT_FILE
                        Path to the input file for pycdas.

Example

python .\kramer_deobfuscator.py -f kramer_obf.py