MCPcopy Create free account
hub / github.com/dobin/RedEdr / ModuleSection

Method ModuleSection

RedEdrShared/process_query.h:56–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54struct ModuleSection {
55public:
56 ModuleSection(const std::string& name, uint64_t addr, uint64_t size, std::string protection)
57 : name(name), addr(addr), size(size), protection(protection) {}
58
59 std::string name;
60 uint64_t addr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected