Skip to content

v2.3

Latest

Choose a tag to compare

@mrphrazer mrphrazer released this 14 Mar 02:16

New Heuristic: Duplicate Subgraphs

This release adds an iterative context-hashing approach to detect multi-block code patterns that repeat within a single function. By combining each block’s local signature with those of its successors across multiple iterations, the heuristic identifies larger replicated structures that might be introduced by compiler optimizations or obfuscation stubs. Common findings include inlined loops, range-dividing decision trees, and repeated cryptographic routines.