News

The efficiency of parallel path analysis based on Control Flow Graph to generate unit tests has been investigated. The Control Flow Graph has generated form code by parsing, analysis and paths have ...
Control Flow Graph (CFG) contains the sequence, branching and looping structure relationships of execution of program statements, which are important contextual information for understanding code ...
This enhances the model’s sensitivity to key vulnerability-related code. Local Dependency Context Aggregation (LDCA): Aggregates both control-flow graph (CFG) and data-dependency graph (DDG) paths to ...
Motivation I created Binary Inspector to deepen my understanding of how disassemblers and control flow analysis tools work under the hood. This project was an educational exercise in binary analysis, ...