»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int tgkill(int tgid, int tid, int sig);

Sends the signal sig to thread tid, which is part of process tgid. Returns zero on success, or the negation of the error code on error.

Important This function is only available on Linux.

See also