airbus-seclab / bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
1.66k stars 159 forks source link

decode syscall #94

Open trou opened 5 years ago

trou commented 5 years ago

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

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

szennou commented 5 years ago

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

trou commented 5 years ago

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