Skip to content

v1.6.0

Compare
Choose a tag to compare
@david942j david942j released this 19 Sep 12:26
· 18 commits to master since this release

Many enhancements in this release!

  • Support dumping seccomp on s390x (#167), thanks to @iii-i !
  • Add sasm.y as the backend of the new asm compiler (#206, #207)
    • This change makes the syntax of asm be significantly more flexible
  • disasm/asm: Support "arch.syscall" syntax (#212)
  • Raise an error on jump distance > 255 (#245)