binaryninja/personal/scc-docs/getpid.txt

14 lines
253 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
getpid
======
:title: Shellcode Compiler Runtime
---------------------------------------------
pid_t getpid(void);
---------------------------------------------
Gets the process ID of the current process.
See also
--------
link:getppid.html[getppid]