Skip to content

v1.7.0

Compare
Choose a tag to compare
@0xd4d 0xd4d released this 26 May 18:41
· 1999 commits to master since this release
  • Supports new AMD instructions: INVLPGB, TLBSYNC
  • NegateConditionCode()/ConditionCode() now also support LOOPE/LOOPNE
  • Added formatter options to override Jcc/SETcc/CMOVcc/LOOPcc mnemonics (eg. JE or JZ)
  • Added ShowUselessPrefixes formatter option
  • Decoder now implements IEnumerable<Instruction>
  • Added a Decoder.Create(bitness, byte[], options) overload