mirror of
https://github.com/vee1e/lancelot.git
synced 2026-09-01 10:48:44 +00:00
mirror of https://github.com/vee1e/lancelot - intel x86(-64) code analysis library that reconstructs contr
| .github | ||
| bin | ||
| core | ||
| flirt | ||
| pyflirt | ||
| pylancelot | ||
| resources/evaluation/SoK | ||
| .gitignore | ||
| .rustfmt.toml | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Lancelot
intel x86(-64) code analysis library that reconstructs control flow
maintenance
$ cargo outdated -x unicorn
because we use an older version of unicorn thats easier to build with cargo, we want to ignore any old dependencies stemming from unicorn.
testing
$ pushd core; cargo test; popd
$ pushd flirt; cargo test; popd
$ pushd bin; cargo test; popd
$ pushd pylancelot
$ maturin develop
$ pytest
$ popd
$ pushd pyflirt
$ maturin develop
$ pytest
$ popd