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.