Skip to content

Commit

Permalink
fixasa
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 2, 2024
1 parent d7463fa commit 16c0388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ HookHandle Handler::createHook(void* address, HookMetadata m_metadata) {
m_hooks.emplace(hook, std::make_unique<Hook>(address, m_metadata));
m_handles.insert({address, hook});

std::cout << "before functions size " << vec.size() << std::endl;
std::cout << "before functions size " << m_content->m_functions.size() << std::endl;
m_content->m_functions.push_back(address);

this->reorderFunctions();
Expand Down

0 comments on commit 16c0388

Please sign in to comment.