MCPcopy Create free account
hub / github.com/beefytech/Beef / hmodule

Method hmodule

BeefRT/gperftools/src/windows/patch_functions.cc:158–160  ·  view source on GitHub ↗

According to http://msdn.microsoft.com/en-us/library/ms684229(VS.85).aspx: "The load address of a module (lpBaseOfDll) is the same as the HMODULE value."

Source from the content-addressed store, hash-verified

156 // "The load address of a module (lpBaseOfDll) is the same as the HMODULE
157 // value."
158 HMODULE hmodule() const {
159 return reinterpret_cast<HMODULE>(const_cast<void*>(module_base_address_));
160 }
161
162 // Populates all the windows_fn_[] vars based on our module info.
163 // Returns false if windows_fn_ is all NULL's, because there's

Callers 1

PatchAllModulesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected