MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / size

Method size

plugins/ProcessMemoryWindows/ProcessMemoryWindowsPlugin.cpp:302–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302int ProcessMemoryWindowsProvider::size() const
303{
304#ifdef _WIN32
305 return m_handle ? 0x10000 : 0;
306#elif defined(__linux__)
307 return (m_fd >= 0) ? 0x10000 : 0;
308#endif
309}
310
311// ──────────────────────────────────────────────────────────────────────────
312// ProcessMemoryWindowsPlugin implementation

Callers 3

cacheModulesMethod · 0.45
createProviderMethod · 0.45
getInitialBaseAddressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected