Skip to content

Releases: williballenthin/lancelot

v0.8.5

13 Dec 10:25
Compare
Choose a tag to compare

changes:

  • ci: build py 3.7, 3.8, 3.10 on windows, macos

v0.8.4

12 Dec 16:05
Compare
Choose a tag to compare

fixes:

  • build on MacOS on github actions

v0.8.3

12 Dec 14:52
Compare
Choose a tag to compare

release fumble

v0.8.2

12 Dec 14:43
Compare
Choose a tag to compare

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

12 Dec 13:43
Compare
Choose a tag to compare

fixes:

  • CI build and push to pypi

v0.8.0

12 Dec 13:39
Compare
Choose a tag to compare
  • 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

15 Nov 20:20
Compare
Choose a tag to compare

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

07 Jun 23:15
Compare
Choose a tag to compare

changes:

  • all new clippy lints pass

v0.6.4

07 Jun 22:34
Compare
Choose a tag to compare

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

27 Apr 17:16
Compare
Choose a tag to compare

changes:

  • ci: build python bindings for 3.6-3.9