Open eternalklaus opened 6 years ago
@eternalklaus Thanks for reporting. Would you care to make a PR for a fix? Can you provide a link to documentation of that instruction?
which version is this?
on master code, we have:
$ cstool x32att "\xff\x15\x00\x00\00\x00"
0 ff 15 00 00 00 00 calll *0
My test code:
result:
0x1000: calll *
This should be
calll *0x0
.