Skip to content

v1.3.0

Compare
Choose a tag to compare
@david942j david942j released this 23 Jun 15:04
· 157 commits to master since this release

Features

  • Supported syscall name in emulation (#32)
  • Supported asm output in c_source and x86 assembly (#37)
  • Supported display syscall arguments when possible (#71)

Fixes

  • Added sys_seccomp to i386
  • Allowed uppercase labels (#53)
  • Fixes token fetcher should match whole word instead of prefix only (#55)

Enhancements

  • Shows proper error message if syscall is not found (#54)
  • Reached 100% coverage (#61)
  • Drops Ruby 2.2, now requires Ruby >= 2.3
  • Refactored Disasm::Context to have ability to record known data (along with #71)