falconre / falcon

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

Use petgraph crate for Graph operations #79

Closed XVilka closed 3 years ago

XVilka commented 4 years ago

Would make development easier since many operations are already implemented out of the box

endeav0r commented 3 years ago

I like our current graph implementation, and don’t see a strong reason to change it :(.

I’ll leave this open for a few weeks for counter-points, but I think Falcon’s graph implementation is here to stay.