falcon

Crates.iofalcon
lib.rsfalcon
version0.5.5
sourcesrc
created_at2015-03-30 23:18:49.186753
updated_at2023-02-15 22:25:01.549642
descriptionA Binary Analysis Framework in Rust
homepage
repositoryhttps://github.com/falconre/falcon
max_upload_size
id1741
size1,038,556
Core (github:nickel-lang:core)

documentation

README

Build Status Crates.io Version

Welcome to Falcon

Falcon is a formal binary analysis framework in Rust.

  • Expression-based IL with strong influences from RREIL and Binary Ninja's LLIL.
  • Semantically-equivalent binary translators for 32/64-bit x86, Mips, and Arm64.
  • Lifters for ELF and PE via goblin.
  • Fixed-point engine for data-flow analysis and abstract interpretation.
  • Performant memory models for analysis.
  • A concrete executor over Falcon IL.

Building

  • Several scripts to get you up-and-running with Falcon can be found in the scripts/ directory.
  • Dependencies are capstone (4.0.2) and clang.

Questions / Support

  • We have a Gitter. This is the most reliable way to contact us.
  • You can also find me in the Binary Ninja slack under the name "endeavor".
Commit count: 446

cargo fmt