This repository contains examples on how to write C code which compiles down to an executable living fully in its text segment.\nThus, when extracting the text segment you will obtain position ...
The linux example shows how to make a simple execve() syscall on /bin/sh executable. nasm -f elf64 linux_x64/spawnshell.asm -o spawnshell.o python3 parsers/shellcode_from_asm_object.py -i ...