keystone icon indicating copy to clipboard operation
keystone copied to clipboard

endbr32/endbr64 instructions for x32/x64

Open noword opened this issue 4 years ago • 0 comments

with cstool:

$ cstool  x32 f30f1efb
0  f3 0f 1e fb                                      endbr32

$ cstool  x64 f30f1efa
0  f3 0f 1e fa                                      endbr64

with kstool:

$ kstool x32 endbr32
ERROR: failed on ks_asm() with count = zu, error = '(null)' (code = 2252014000)

$ kstool x64 endbr64
ERROR: failed on ks_asm() with count = zu, error = '(null)' (code = 2252014000)

noword avatar Mar 29 '21 03:03 noword