2024-07-09 23:14:12 +00:00
|
|
|
"""# Infernal Interpreter & Devious Stack Painter.
|
|
|
|
|
|
|
|
Simple interpreter and stack tracer for the AMD x86-64 ABI.
|
2015-12-15 23:05:18 +00:00
|
|
|
|
2024-07-09 23:14:12 +00:00
|
|
|
Recently updated for Python 3.
|
|
|
|
Does not support all instructions, and will never ever do.
|
2018-02-06 19:31:12 +00:00
|
|
|
|
|
|
|
It produces output in either ascii or LaTeX with tikz format.
|
|
|
|
Compiling the LaTeX requires both a LaTeX compiler, and packages
|
|
|
|
`preview` and `standalone`. Options can be viewed by running
|
|
|
|
`./infernal --help`.
|
|
|
|
|
2018-02-06 19:34:31 +00:00
|
|
|
## Tests
|
|
|
|
|
|
|
|
Please ignore the `/tests` folder. It is very old, and unsupported,
|
|
|
|
but kept for archival purposes.
|
2024-07-09 23:03:12 +00:00
|
|
|
"""
|