Shellcode Loader Allocate memory for executing shellcode later. Overview Alokasi menggunakan shmat. Fungsi valloc mengalokasikan shared memory segment. #include <sys/types.h> #include <sys/shm.h> void * shmat(int shmid, const void * shmaddr, int shmflg); Reference Man 2