Skip to content

o-sec/pyobfuscator

Repository files navigation

pyobfuscator

python code obfuscation

About :

pyobfuscator.py is a poc of python code obfuscation

features :

  • obfuscate python code using built in python function chr() by represent each byte with it's chr() value

installation :

clone the repository :

git clone https://github.com/o-sec/pyobfuscator.git

usage :

usage

read from standard input

read from file

write output to a file

poc , run obfpoc.py

Disclaimer :

i am not responsable for whatever you do with this tool !