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

Method set_is_valid

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

Source from the content-addressed store, hash-verified

152
153 bool patched() const { return is_valid(); }
154 void set_is_valid(bool b) { is_valid_ = b; }
155 // According to http://msdn.microsoft.com/en-us/library/ms684229(VS.85).aspx:
156 // "The load address of a module (lpBaseOfDll) is the same as the HMODULE
157 // value."

Callers 1

PatchAllModulesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected