Skip to main content

instr_is_syscall

Function instr_is_syscall 

Source
pub unsafe extern "C" fn instr_is_syscall(
    instr: *mut instr_t,
) -> bool_
Expand description

Returns true iff \p instr is used to implement system calls: OP_int with a source operand of 0x80 on linux or 0x2e on windows, or OP_sysenter, or OP_syscall, or #instr_is_wow64_syscall() for WOW64.