Skip to content

v1.10.0

Compare
Choose a tag to compare
@0xd4d 0xd4d released this 12 Dec 14:52
· 1590 commits to master since this release
  • Added GMI instructions (some Zhaoxin CPUs)
  • Added FPU flags (C0, C1, C2, C3) to RflagsBits
  • Added Instruction.GetFpuStackIncrementInfo() / Instruction.fpu_stack_increment_info() to get the value added to FPU TOP and whether it's written by the instruction
  • Rust: Added UsedMemory.{try_,}virtual_address() (Credit: @woodruffw)
  • .NET: Added {UsedMemory,Instruction}.TryGetVirtualAddress()
  • Rust: deprecated some methods that can panic and added try_*() methods that return a Result<T, E>
  • Added Python bindings