Skip to content

v2.0.2

Compare
Choose a tag to compare
@athre0z athre0z released this 22 Jul 14:36
· 619 commits to master since this release
  • Fixed build on CentOS / RHEL
    • or, more generally speaking, any toolkit that doesn't enable C99 support by default
  • Fixed gather register check for VGATHERPF0{D|Q}{PS|PD} instruction
  • Fixed check for invalid BOUND registers
  • Fixed printing of hex-suffix for 0 values
  • Fixed CPU-flag actions for instructions that TEST and MODIFIY certain flags at the same time
    • Introduced a new CPU-flag action called TESTED_MODIFIED
  • Some FreeBSD fixes for examples and including Zydis in shared/static libraries (contributed by @gdbinit)
  • Fixed two wrong assert conditions