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

14 lines
253 B
Plaintext

getpid
======
:title: Shellcode Compiler Runtime
---------------------------------------------
pid_t getpid(void);
---------------------------------------------
Gets the process ID of the current process.
See also
--------
link:getppid.html[getppid]