From c149c76ad8b251c45a0e6532850cf5dfd388f55c Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 25 Dec 2025 23:42:59 -0500 Subject: Initial commit --- test.lisp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test.lisp (limited to 'test.lisp') diff --git a/test.lisp b/test.lisp new file mode 100644 index 0000000..4353ef3 --- /dev/null +++ b/test.lisp @@ -0,0 +1,7 @@ +(let ((elf (elf/new!))) + (print! elf) + (elf/write-header! elf + :type elf/TYPE_EXEC + :machine elf/MACHINE_AMD64) + (elf/spit! "test.elf" elf) + ) -- cgit v1.2.3