Skip to content

Commit

Permalink
idx 5
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 2, 2024
1 parent 2cbbe92 commit a942e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Result<> tulip::hook::removeHandler(HandlerHandle const& handler) noexcept {
}

HookHandle tulip::hook::createHook(HandlerHandle const& handler, void* function, HookMetadata const& metadata) noexcept {
std::cout << "createHook: " << address << std::endl;
std::cout << "createHook: " << function << std::endl;
return Pool::get().getHandler(handler).createHook(function, metadata);
}

Expand Down

0 comments on commit a942e50

Please sign in to comment.