section '.idata' import readable writable
library kernel, 'KERNEL32.DLL'
import kernel,\
CreateToolhelp32Snapshot, 'CreateToolhelp32Snapshot'
; И т.п
...
struct PROCESSENTRY32
dwSize dd ?
cntUsage dd ?
th32ProcessID dd ?
th32DefaultHeapID dd ?
th32ModuleID dd ?
cntThreads dd ?
th32ParentProcessID dd ?
pcPriClassBase dd ?
dwFlags dd ?
szExeFile rb 1024
ends
...
; IN section '.data'
pe32 PROCESSENTRY32 ?