Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 404 Bytes

formathack

Python bytecode manipulation and import process customization to do evil stuff with format strings. Nasty! This is an answer to a StackOverflow question.

Getting it to run

python3 -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/python -m main