1
0
Fork
You've already forked elf-reader
0
Simple ELF file reader
  • Common Lisp 100%
Find a file
2026年06月18日 14:26:55 +07:00
src Git 2026年06月18日 13:01:05 +07:00
elf-reader.asd Git 2026年06月18日 13:01:05 +07:00
env.lisp Git 2026年06月18日 13:01:05 +07:00
LICENSE Git 2026年06月18日 13:01:05 +07:00
README.md update readme 2026年06月18日 14:26:55 +07:00

ELF Reader

read ELF file in Common Lisp.

Quickstart

$ sbcl --load env.lisp --eval "(env:enter)"
* (read-file #P"~/Projects/forge/zel/avr/main.elf")

History

This package was originally created to read ELF files generated by avr-gcc for one of my projects see.

it should be able to read any ELF file.