Skip to content

jcapicio/KramerDeobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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