Skip to content

kargogit/NASM2LLVMPy

Repository files navigation

NASM2LLVMPy

Assembly to LLVM IR lifter for x86-64 ELF Executables

Steps:

antlr4 -Dlanguage=Python3 nasm_x86_64_Lexer.g4
antlr4 -Dlanguage=Python3 nasm_x86_64_Parser.g4
python3 asmParser.py wc.asm
python3 main.py wc.json

About

Assembly to LLVM IR lifter for x86-64 ELF Executables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published