»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
unsigned int alarm(unsigned int seconds);

Delivers the signal SIGALRM after seconds seconds. If seconds is zero, any previously set alarm is cleared.

See also