Releases: williballenthin/lancelot
Releases · williballenthin/lancelot
v0.8.5
changes:
- ci: build py 3.7, 3.8, 3.10 on windows, macos
v0.8.4
fixes:
- build on MacOS on github actions
v0.8.3
release fumble
v0.8.2
changes:
- remove py3.6 support from pylancelot/pyflirt
- specify zydis 3.0 when publishing to crates.io, but probably wont work with wasm from crates.io
v0.8.1
fixes:
- CI build and push to pypi
v0.8.0
- add PWA app
- add jslancelot crate
- lots of control flow graph work
- add custom disassembly formatting
- add workspace abstraction
- add COFF loader
and lots of other stuff
v0.7.0
adds:
- arm builds for pyflirt and pylancelot bindings
- py3.10 builds for pyflirt and pylancelot bindings
changes:
- upgrade to rust 2021
fixes:
- clippy lints
- bump deps
note: not published on cargo.io due to zydis-rs being pinned to a bugfix fork.
v0.6.5
changes:
- all new clippy lints pass
v0.6.4
changes:
- add readme for both lancelot-flirt and python-flirt
- match_flirt: also output unmatched functions so you can compute statistics easier
v0.6.3
changes:
- ci: build python bindings for 3.6-3.9