zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.3k stars 427 forks source link

Formatter improvements (sizes and addresses) #472

Closed mappzor closed 6 months ago

mappzor commented 6 months ago
  1. Replaced stack_width -> address_width to prevent trimming real values in some situation (address size overrides)
  2. Print agen sizes (in forced mode only) -> affects lea and some bnd* instructions, mib behavior unchanged because we don't have standardized names for such sizes anyway