COMMITS
/ scanners/thread_scanner.cpp January 18, 2023
H
[FEATURE] Use standard deviation calculator in the rule for obfuscated areas
hasherezade committed
January 17, 2023
H
[REFACT] Moved stats to the 'stats' directory
hasherezade committed
H
[FEATURE] Added configuration to the rules. Use strings to detection of code
hasherezade committed
January 16, 2023
H
[FEATURE] Added detection of strings in the scanned content
hasherezade committed
January 15, 2023
H
[REFACT] RulesMatcherSet in a separate class. Refactored counting most frequent values
hasherezade committed
January 8, 2023
H
[FEATURE] Added 'stats' parameter to enable/disable statistics
hasherezade committed
H
[FEATURE] Added stats analyzer
hasherezade committed
January 6, 2023
H
[REFACT] In AreaStatsCalculator: pass the stats variable to be filled
hasherezade committed
January 5, 2023
H
[W-I-P] Added shellcode detection by statistics
hasherezade committed
H
[REFACT] Refactored calculating the stats
hasherezade committed
H
[FEATURE] Display thread wait reason in human readable form
hasherezade committed
H
[FEATURE] Added stats to the thread scan
hasherezade committed
H
[REFACT] Moved calculating stats to a class AreaStatsCalculator
hasherezade committed
H
[REFACT] Moved entropy to stats
hasherezade committed
January 3, 2023
H
[FEATURE] In ThreadScanner: fetch isReflection flag from the upper layer
hasherezade committed
January 2, 2023
H
[FEATURE] In ThreadScan: use entropy to filter the results (to minimize FP)
hasherezade committed
H
[FEATURE] Add calculating entropy of the scanned memory pages
hasherezade committed
August 30, 2022
H
[BUGFIX] Ensure the thread was created before wait
hasherezade committed
August 23, 2022
S
fix clang compile issues (#109)
secDre4mer committed
February 10, 2022
H
[REFACT] Hidden debug strings
hasherezade committed
H
[FEATURE] Less restrictive check for .NET JITs
hasherezade committed
H
[FEATURE] In ThreadScanner: filter-out .NET JIT shellcodes at scan level
hasherezade committed
H
February 8, 2022
H
[BUGFIX] Fixed missing variable definition in 32bit mode
hasherezade committed
H
[FEATURE] Improved param description. Added more debugs
hasherezade committed
H
[FEATURE] Enum stack frames in a separate thread, to prevent stucking
hasherezade committed
H
[REFACT] Small cleanup. Added comments
hasherezade committed
H
H
[FEATURE] Filter threads depending on the state. Removed redundant functions
hasherezade committed
February 7, 2022
H
[FEATURE] Hidden debug strings
hasherezade committed
H
[BUGFIX] Scan stack using symbols
hasherezade committed
H
[WIP] Added stack frames enumeration
hasherezade committed
H
[FEATURE] Fetch extended info about threads
hasherezade committed
H
[FEATURE] Search function name
hasherezade committed
H
[FEATURE] In ThreadScanReport: changed 'access' to 'protection'
hasherezade committed
H
[FEATURE] Create a report from the thread scan
hasherezade committed
H
[BUGFIX] Added missing header
hasherezade committed
H
[WIP] Added thread scanner
hasherezade committed