3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
nasm -felf64 th.s
|
||
|
cc -ggdb3 main.c th.o -o fl -pie #-fno-PIC
|