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.65k stars 261 forks source link

Compiler error: syntax error: identifier 'pe_hash_database' #20

Closed biggestsonicfan closed 4 years ago

biggestsonicfan commented 4 years ago

As I couldn't get the -eprec flag to work in the latest distributed release, I thought I would compile the program myself to see what's wrong, but now I'm getting a compiler error.

https://github.com/glmcdona/Process-Dump/blob/4984e46f5e650ccfbaf5e1cdbf18a1fdd9cc0490/pd/pe_header.h#L126

For some reason, it does not like the identifier 'pe_hash_database' here.

Any help would be appreciated. Thanks!

biggestsonicfan commented 4 years ago

Seems to work now! Thanks! Closing!