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.01k stars 421 forks source link

Add support for compilation with MinGW #59

Closed secDre4mer closed 4 years ago

secDre4mer commented 4 years ago

Mainly minor changes where some statements weren't fully C++ standard compliant. However, there are also the changes in 01241e4288119b4aef571aa868741baa63e05d58 which should be reviewed carefully.