bincat icon indicating copy to clipboard operation
bincat copied to clipboard

decode syscall

Open trou opened this issue 5 years ago • 2 comments

From fred's challenge: https://twitter.com/FPerriot/status/1147177661879463936

the syscall instruction is not decoded. We should decode and skip ?

trou avatar Jul 07 '19 16:07 trou

I plan to merge the int_3 branch (which deals with any int n instruction) with master this month.

szennou avatar Jul 08 '19 07:07 szennou

that's not an int, that's the syscall instruction, only available on x64

trou avatar Jul 08 '19 08:07 trou