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 possibility to create a LIB #61

Closed sydurand closed 4 years ago

sydurand commented 4 years ago

Hello,

Thank you for your work. I needed to a stand-alone (without pe-sieve DLL) executable for hollows_hunter.

I added the possibility to create a LIB from pe-sieve.

I will make a pull request for the hollows_hunter project too.

Regards,

hasherezade commented 4 years ago

Thanks, but it is a duplicate (check https://github.com/hasherezade/pe-sieve/pull/60). So, now I have two pull requests about the same thing - building PE-sieve as a static library. I will see which one implements it better...

sydurand commented 4 years ago

Sorry, I didn't notice it. I can close this request if you want.

hasherezade commented 4 years ago

it's not a problem, I will review in details both of them, merge one and close the other.