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

Clean database generation failing at %USERPROFILE% adding #2

Closed glmcdona closed 7 years ago

glmcdona commented 7 years ago

When you generate the full clean hash database: pd.exe -db gen

It crashes soon after starting to add the files in %USERPROFILE% to the clean hash database.

glmcdona commented 7 years ago

Fixed this. Was caused by symbolic links forming an infinite loop by pointing to itself.