binaryninja/personal/scc-docs/alarm.txt

14 lines
338 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
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]