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

Redundant if statement #38

Closed LuanDevecchi closed 5 years ago

LuanDevecchi commented 5 years ago

The title says all

https://github.com/hasherezade/pe-sieve/blob/master/scanners/scanner.cpp#L68

hasherezade commented 5 years ago

Yup, you are right. This is some leftover from a refactoring that I did some time ago. Thanks, I will fix it.

LuanDevecchi commented 5 years ago

That's all, thank you =)