cleaned up some more
This commit is contained in:
@@ -80,8 +80,6 @@ CModule::CModule(const char* relativePath, const char* module) : m_name(module)
|
||||
|
||||
if (!GetModuleInformation(m_handle, &m_base, &m_size, m_sections))
|
||||
Error("[SendProxy] Could not inspect %s\n", path);
|
||||
|
||||
SPMessage("module %s base=%p size=%zu\n", module, m_base, m_size);
|
||||
}
|
||||
|
||||
void* CModule::FindSignature(const uint8_t* pattern, size_t length, int& error) const
|
||||
|
||||
Reference in New Issue
Block a user