glmcdona / Process-Dump

Windows tool for dumping malware PE files from memory back to disk for analysis.
http://split-code.com/processdump.html
MIT License
1.63k stars 261 forks source link

Repeated allocation failure error for close monitor hook #7

Closed glmcdona closed 7 years ago

glmcdona commented 7 years ago

Repeated error being printed in PD when in terminate monitor mode: "Failed to allocate space for NtTerminateProcess hook. failed with error 5: Access is denied."

Looks like it is for one or two processes on the system that might not have permission.

glmcdona commented 7 years ago

Fixed. Moved it to under Verbose flag.