Information about running processes of a scanned system
No Additional PropertiesPID of the process
Bitness of the process
Path to the executable file of the process, if it could be determined
MD5 hexdigest of the executable file, if the file could be read
^[a-f0-9]{32}$ SHA256 hexdigest of the executable file, if the file could be read
^[a-f0-9]{64}$ Name of the user, which the process is executed under
Address of the parent segment. This is equal to baseAddress if the segment is a root segment. Note, this value can get very large. make sure your parser uses an int64.
Address of this segment. Note, this value can get very large. make sure your parser uses an int64.
The permissions, this segment was initialized with
No Additional PropertiesTrue, if readable
True, if writable. If COW is true, this will be as well.
True, if the Copy-On-Write flag is set.
True, if executable
The permissions, this segment had during time of the scan
Same definition as allocatedPermissionsSize of the segment in bytes. Note, this value can get very large. make sure your parser uses an int64.
The resident set size (RSS) of the segment in bytes. Only applicable on linux. Note, this value can get very large. make sure your parser uses an int64.
The state of the segment. Note that the state "reserve" is an approximation on linux; this will be set if the RSS is exactly zero.
The type of the memory segment
The path of the mapped file
MD5 hexdigest of the mapped file, if the file could be read
SHA256 hexdigest of the mapped file, if the file could be read