issues
search
falconre
/
falcon
Binary Analysis Framework in Rust
Apache License 2.0
551
stars
45
forks
source link
Graph: Add method to compute the loop tree of a graph
#82
Closed
emmanuel099
closed
4 years ago
emmanuel099
commented
4 years ago
This is useful to get an overview of all the loops in a program
I use it in my bounded model checker for loop unwindig (start at the leafs and move towards root).