#
1 2 3 4 5 6
all: buildbuild: nasm -f elf32 exp.asm -o exp.o ld exp.o -o exp.elf -m elf_i386 python3 patch.py