package rrg.action.dump_process_memory

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Args

dump_process_memory.proto:11

message Permissions

dump_process_memory.proto:37

Set of OS-level permissions associated with a memory region.

Used in: Result

message Result

dump_process_memory.proto:56

The result of the dump_process_memory action. Represents one chunk of a single memory region of a running process. The chunk can be smaller than the memory region if the size of the region exceeds the maximum blob size of the blob sink. In that case, multiple `Result`s will be returned, each with a different `offset` and `size`.