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

Include cmath in entropy.h #116

Closed jpohls1 closed 1 year ago

jpohls1 commented 1 year ago

The log function in entropy.h is used to calculate the Shannon Entropy. Without this include, PE-Sieve will not compile under MinGW on Linux due to the log function being undefined.

hasherezade commented 1 year ago

thanks!