cuckoosandbox / cuckoomon

DEPRECATED - replaced with "monitor"
122 stars 82 forks source link

Added CreateToolhelp32Snapshot, Process32First, Process32Next, Module32F... #30

Open Thorsten-Sick opened 10 years ago

Thorsten-Sick commented 10 years ago

...irst, Module32Next, Closes #27

jbremer commented 10 years ago

I'd suggest to add unicode functions as well, i.e., Process32FirstW, Process32NextW, etc And also it'd be good to add th32ThreadID/th32OwnerProcessID for threads and th32ProcessID/szExeFile for processes.