»
Home
»
Examples
»
Invocation
»
Runtime Library
»
Python Bindings
»
Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
getpgid
pid_t getpgid(pid_t pid);
Returns the process group ID for process
pid
.
See also
getpgrp
,
setpgid
,
setsid