Releases: williballenthin/lancelot
Releases · williballenthin/lancelot
v0.8.9p5
workflow: use v4 of both upload and download artifact actions
v0.8.9p10
ci: only attempt to distribute whl files
v0.8.9p4
fix universal2 builds
v0.8.9p3
fixing workflows
v0.8.9p2
fixing workflows
v0.8.9p1
try to configure PyPI publishing
v0.8.9
move is_probably_code into a heuristics module
dis: provide helper to enumerate explicit operands
bin: remove mapa with preferences to FLOSS/QUANTUMSTRAND
pagemap: more error documentation and validation
loader: pe: detect non-page aligned sections
dis: use zydis calc absolute address when reasonable
iterators: use impl Iterator instead of Box dyn Iterator
v0.8.8
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
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
changes:
- fix ci