Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 303 Bytes

x86_decoder

Identifies instructions that access memory and prints associated memory addresses.

Note: vector instructions not fully implemented

Instructions are parsed in order:

  1. prefix
  2. REX prefix
  3. opcode

Then opcode determines which to parse between modrm byte, SIB, or immediate bytes.