Skip to content

Commit

Permalink
Merge pull request #56 from psiberx/master
Browse files Browse the repository at this point in the history
Fix main address for 2.12a
  • Loading branch information
WopsS authored Mar 20, 2024
2 parents 8ab0f46 + 28990f7 commit 35cc38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dll/Hooks/Main_Hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace
bool isAttached = false;

int32_t _Main();
Hook<decltype(&_Main)> Main_fnc(0xD9820B65, &_Main);
Hook<decltype(&_Main)> Main_fnc(3545369307UL, &_Main);

int32_t _Main()
{
Expand Down

0 comments on commit 35cc38f

Please sign in to comment.