falconre / falcon

Binary Analysis Framework in Rust
Apache License 2.0
551 stars 45 forks source link

Graph: Compute topological ordering of all vertices in the graph #83

Closed emmanuel099 closed 4 years ago

emmanuel099 commented 4 years ago

The previous approach ignored vertices which are unreachable from the head node.