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

Remove an unnecessary null pointer check #17

Closed elfring closed 6 years ago

elfring commented 6 years ago

An extra null pointer check is not needed in the destructor for the class “ProcessScanReport”.

elfring commented 6 years ago

Thanks for your small source code improvement.

hasherezade commented 6 years ago

Thanks for reporting it!