MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetKernelStructSize

Method GetKernelStructSize

WinArk/SymbolHelper.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114DWORD SymbolHelper::GetKernelStructSize(std::string name) {
115 return _kernel.GetStructSize(name);
116}
117
118DWORD SymbolHelper::GetKernelBitFieldPos(std::string name, std::string fieldName) {
119 return _kernel.GetBitFieldPos(name, fieldName);

Callers

nothing calls this directly

Calls 1

GetStructSizeMethod · 0.80

Tested by

no test coverage detected