binaryninja/scc-docs/alarm.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

14 lines
338 B
Plaintext

alarm
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
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
--------
link:kill.html[kill]