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 MSDN DPA_DestroyCallback MSDN DPA_Create MSDN DPA_InsertPtr