MCPcopy Create free account
hub / github.com/NtQuery/Scylla / ModuleInfo

Method ModuleInfo

Scylla/ProcessAccessHelp.h:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 std::vector<ApiInfo *> apiList;
47
48 ModuleInfo()
49 {
50 modBaseAddr = 0;
51 modBaseSize = 0;
52 priority = 1;
53 isAlreadyParsed = false;
54 parsing = false;
55 }
56
57 const WCHAR * getFilename() const
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected