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

Method get_mod_info

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

Source from the content-addressed store, hash-verified

234 static const int buffer_length = 4096;
235public:
236 get_mod_info(HANDLE h) : process(h) {}
237
238 module_data operator()(HMODULE module) {
239 module_data ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected