- gettid
int gettid()
Undocumented in source. Be warned that the author may not have intended to support it.
- raw_poll
ssize_t raw_poll(pollfd* fds, nfds_t nfds, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- raw_read
ssize_t raw_read(int fd, void* buf, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- raw_write
ssize_t raw_write(int fd, void* buf, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
int syscall(int ident, int n, int arg1, int arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
int syscall(int ident, int n, int arg1, int arg2, int arg3)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
int syscall(int ident, int n, int arg1, int arg2, int arg3, int arg4)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
size_t syscall(size_t ident)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
size_t syscall(size_t ident, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2, size_t arg3)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2, size_t arg3, size_t arg4)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2, size_t arg3, size_t arg4, size_t arg5)
- SYS_ACCEPT
enum int SYS_ACCEPT;
- SYS_ACCEPT4
enum int SYS_ACCEPT4;
- SYS_CLOSE
enum int SYS_CLOSE;
- SYS_CONNECT
enum int SYS_CONNECT;
- SYS_GETTID
enum int SYS_GETTID;
- SYS_POLL
enum int SYS_POLL;
Undocumented in source. Be warned that the author may not have intended to support it.
Syscall definitions and direct calls that bypass our libc intercepts