REFACT
- Refactored to use a new pattern matching engine (SigFinder) for shellcode detection. Improved performance.
FEATURE
- Added new parameter
/pattern <file>
allowing to supply custom signatures to be searched in memory. The format is defined by SigFinder and described in the relevant README. Ifpattern
file was defined, a .tag file for the found patterns will be generated, with the extension.pattern.tag
- New fields in the
scan_report.json
:- Save the PE-sieve version with which the scan was performed (
scanner_version
) - In
workingset_scan
section: addedpatterns
section with information about found patterns:total_matched
(count of all patterns matched, including the hardcoded ones)custom_matched
(count of patterns matched from the set defined by the user inpattern
file)
- Save the PE-sieve version with which the scan was performed (
- New fields in the
dump_report.json
:- If
pattern.tag
file was generated, the name of this file will be added in thepattern_tags_file
field of the relevant module.
- If
See also: HollowsHunter v0.3.9 & MalUnpack v0.9.9 with the latest PE-sieve