1
0
Simple interpreter and stack tracer for the AMD x86-64 ABI.
Go to file
2015-12-16 01:36:23 +01:00
tests Moved drawing functionality to a new class "TikzPainter". 2015-12-16 01:36:23 +01:00
.gitignore Fixed naming of the module. 2015-12-16 00:43:30 +01:00
infernal.py Moved drawing functionality to a new class "TikzPainter". 2015-12-16 01:36:23 +01:00
README.md Fixed naming of the module. 2015-12-16 00:43:30 +01:00

Infernal Interpreter & Devious Stack Painter

A very simple interpreter and stack tracer for the AMD x86_64 ABI written in Python. Does not support all commands as of yet (or anytime).

It produces output in latex/tikz format. Requires pdflatex and the latex packages preview and standalone.