/lancelot

intel x86(-64) code analysis library that reconstructs control flow

Primary LanguageRustApache License 2.0Apache-2.0

Lancelot

CI Status

intel x86(-64) code analysis library that reconstructs control flow

testing

$ pushd core; cargo test; popd
$ pushd flirt; cargo test; popd

$ pushd pylancelot
$   maturin develop
$   pytest
$ popd