Ratfactor.com
>
Dave's Repos
mez
A utility for ELF header experiments written in Zig
git clone http://ratfactor.com/repos/mez/mez.git
About
Files
Commits
mez/hello2foo.sh
Download raw file:
hello2foo.sh
1
#!/usr/bin/bash
2
3
nasm -f elf hello.asm
4
ld -m elf_i386 hello.o -o foo
5
./foo # just to see it work