Skip to content

Releases: williballenthin/lancelot

v0.8.9p1

09 Mar 21:59
Compare
Choose a tag to compare

try to configure PyPI publishing

v0.8.9

v0.8.8

27 Jun 21:05
Compare
Choose a tag to compare

adds:

  • heuristic to find more code by inspecting instruction operands for probable code references

changes:

  • enable a few more function finders in default PE workspace initialization

v0.8.7

06 Jun 13:41
Compare
Choose a tag to compare

changes:

  • COFF: support more magic headers
  • bump dependency versions, including zydis

adds:

  • address space: write i32/i64

fixes:

  • COFF: better handle many relocations
  • CFG: better handle control flow to invalid instructions
  • PE: better handle sections that overrun EOF
  • PE: better handle invalid IAT
  • PE: better handle invalid SEH and RUNTIME FUNCTION tables

v0.8.6

13 Dec 12:39
Compare
Choose a tag to compare

changes:

  • fix ci

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