Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 632 Bytes

File metadata and controls

21 lines (13 loc) · 632 Bytes

Shellcode Loader

Abusing callback to run shellcode.

Overview

Eksekusi shellcode dengan DPA_EnumCallback.

void DPA_DestroyCallback (HDPA hdpa, PFNDAENUMCALLBACK pfnCB, void *pData);

HDPA DPA_Create (int cItemGrow);

int DPA_InsertPtr (HDPA hdpa, int i, void *p);

Reference