Skip to content

v0.10.0

Latest

Choose a tag to compare

@williballenthin williballenthin released this 09 Jul 12:53
· 6 commits to master since this release

adds:

  • jslancelot: JavaScript bindings for npm via WebAssembly, works in Node and the browser

fixes:

  • coff: handle weak external symbols and relocations against undefined section symbols (#235)
  • pe: parse PEs permissively, such as with overlapping DOS/PE headers (tiny.exe)
  • pe: don't stop at zero entries in the exception directory
  • cfg: better non-returning function handling

changes:

  • jh: emit JSONL instead of hand-rolled CSV
  • update zydis from 3.1.3 to 4.1.1
  • update goblin from 0.9 to 0.10

Full Changelog: v0.9.10...v0.10.0