cleaned up some more

This commit is contained in:
2026-08-10 17:31:33 +02:00
parent 1e348c5abb
commit c8c2334bcc
8 changed files with 1 additions and 145 deletions

View File

@@ -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