Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QBDI/QBDI
/ LinuxProcess
Method
LinuxProcess
tools/validator/linux_process.h:41–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
public:
41
LinuxProcess(pid_t process)
42
: pid(process), brk_address(nullptr), brk_value(0) {}
43
44
pid_t getPID() { return pid; }
45
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected