OALabs / BlobRunner

Quickly debug shellcode extracted during malware analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--nopause flag doesn't work for x64bit program

ALXIMIKS opened this issue · comments

--nopause flag doesn't work for x64bit program.

Thanks for the report @ALXIMIKS . Confirmed this is an issue, it looks like adding a check before the CreateThread call and then setting the correct dwCreationFlags value will resolve the issue.

Fixed 0.0.4