hasherezade / pe-sieve

Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).
https://hshrzd.wordpress.com/pe-sieve/
BSD 2-Clause "Simplified" License
3.06k stars 425 forks source link

[BUGFIX] Add missing header include for MinGW #83

Closed secDre4mer closed 3 years ago

secDre4mer commented 3 years ago

Add an include that MinGW requires for strlen.

hasherezade commented 3 years ago

Thank you!

secDre4mer commented 3 years ago

Always glad to help :) Thank YOU for your work on this library.