»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int getgroups(int size, gid_t* groups);

Obtains the list of groups the current process is a member of. Up to size entires may be placed into the groups array. Returns the number of groups, or the negation of the error code on error.

See also