Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Shellcode Loader

Allocate memory for executing shellcode later.

Overview

Alokasi menggunakan GlobalAlloc dan dapatkan pointer ke area yang telah dialokasikan.

HGLOBAL GlobalAlloc (UINT uFlags, SIZE_T dwBytes);

HGLOBAL GlobalFree (HGLOBAL hMem);

Reference