mirror of https://github.com/vee1e/lancelot - intel x86(-64) code analysis library that reconstructs contr
Find a file
2021-11-15 13:17:23 -07:00
.github ci: split pypi from cargo workflows 2021-11-15 13:17:23 -07:00
bin deps: use forked zydis to address build failure on ARM 2021-11-15 11:25:30 -07:00
core deps: use forked zydis to address build failure on ARM 2021-11-15 11:25:30 -07:00
flirt *: remove extern crate imports 2021-11-15 09:35:49 -07:00
pyflirt bump edition to 2021 2021-11-14 12:02:18 -07:00
pylancelot deps: use forked zydis to address build failure on ARM 2021-11-15 11:25:30 -07:00
resources/evaluation/SoK resource: update evaluation notebook 2021-02-12 11:28:54 -07:00
.gitignore Added feature gates (resolves issue #70) (#123) 2021-07-06 09:27:43 -06:00
.rustfmt.toml update rustfmt config 2021-02-09 10:49:01 -07:00
Cargo.toml add pyflirt subproject 2021-02-23 11:26:32 -07:00
LICENSE Initial commit 2015-11-18 07:57:04 -05:00
README.md bump deps 2021-11-14 11:55:18 -07:00

Lancelot

CI Status

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