MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / module_data

Class module_data

src/crashHandler/crashHandler.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <sstream>
20
21struct module_data {
22 std::string image_name = "";
23 std::string module_name = "";
24 void *base_address = nullptr;
25 DWORD load_size = 0L;
26};
27typedef std::vector<module_data> ModuleList;
28
29HANDLE thread_ready;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected