21 releases

0.8.6 Dec 13, 2022
0.6.5 Jun 7, 2021
0.6.0 Mar 25, 2021
0.4.4 Sep 8, 2020

#1311 in Command line utilities

24 downloads per month

Apache-2.0

10MB
12K SLoC

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
$   # install maturin if necessary
$   maturin develop --extras dev
$   pytest
$ popd

$ pushd pyflirt
$   # install maturin if necessary
$   maturin develop  --extras dev
$   pytest
$ popd

Dependencies

~13–45MB
~797K SLoC