LinuxSyscall Module
Provides functions to convert Linux syscall numbers to their corresponding syscall types and vice versa.
Functions and values
| Function or value |
Description
|
|
Returns a LinuxSyscall from a given number and architecture.
|
|
|
Full Usage:
LinuxSyscall.toNumber isa syscall
Parameters:
ISA
syscall : LinuxSyscall
Returns: int
|
Gets the syscall number for the given syscall at the given architecture.
|
|
B2R2