vmt / udis86

Disassembler Library for x86 and x86-64
http://udis86.sourceforge.net
BSD 2-Clause "Simplified" License
1.02k stars 299 forks source link

Add new instruction ENDBR64 and ENDBR32 #138

Open wxue1 opened 2 years ago

wxue1 commented 2 years ago

Intel IBT requires the target of any indirect CALL or JMP instruction to be the ENDBR instruction;

Besides, fix the collision of /sse and /mod type when build.

Signed-off-by: Wang, Xue xue1.wang@intel.com