Skip to content

Python bytecode manipulation and import process customization to do evil stuff with format strings. Nasty!

Notifications You must be signed in to change notification settings

mivdnber/formathack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bb73e0 · Jan 18, 2022

History

4 Commits
Oct 8, 2021
Oct 8, 2021
Jan 18, 2022
Oct 8, 2021
Oct 8, 2021

Repository files navigation

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

About

Python bytecode manipulation and import process customization to do evil stuff with format strings. Nasty!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages