1
0
Simple interpreter and stack tracer for the AMD x86-64 ABI.
Go to file
takunomi-build-bot c5ef9dfc79
Some checks failed
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Failing after 23s
🤖 Bumped version to 0.3.10
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 19:00:00 +02:00
.gitea/workflows 🤖 Repository layout updated to latest version 2024-08-25 19:16:13 +02:00
examples Made infernal-intepreter more unix-like. 2017-11-19 16:53:15 +01:00
infernal_interpreter 🤖 Bumped version to 0.3.10 2024-09-01 19:00:00 +02:00
test Tests now fail correctly 2024-08-27 21:03:20 +02:00
.gitignore Now featuring real OS X .gitignore! 2015-12-16 20:21:35 +01:00
LICENSE 🤖 Repository layout updated to latest version 2024-07-16 22:15:42 +02:00
README.md 🤖 Repository layout updated to latest version 2024-08-02 17:11:05 +02:00
requirements_test.txt Remember pytest dependency 2024-08-27 21:04:11 +02:00
ruff.toml 🤖 Repository layout updated to latest version 2024-09-01 18:59:29 +02:00
setup.py 🤖 Repository layout updated to latest version 2024-08-27 21:07:14 +02:00

Infernal Interpreter & Devious Stack Painter.

Simple interpreter and stack tracer for the AMD x86-64 ABI.

Recently updated for Python 3. Does not support all instructions, and will never ever do.

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.

Tests

Please ignore the /tests folder. It is very old, and unsupported, but kept for archival purposes.

License

MIT License

Copyright (c) 2015-2024 Jon Michael Aanes

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.