Skip to content

Commit

Permalink
Revert "Update ns_limits.cpp"
Browse files Browse the repository at this point in the history
This reverts commit 917366e.
  • Loading branch information
wolf109909 committed Dec 26, 2023
1 parent 14e741f commit 9bdc23d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions NorthstarDLL/shared/exploit_fixes/ns_limits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,6 @@ char, __fastcall, (void* self, void* buf))
return ret;
}



AUTOHOOK(CNetChan__ProcessPacketHeader, engine.dll + 0x210FE0, __int64, __fastcall, (void* a1,uintptr_t packet))
{
int seq = *(int*)(packet + 80);
spdlog::info("[CNetChan__ProcessPacketHeader] seq: {}", seq);
return CNetChan__ProcessPacketHeader(a1, packet);
}


// clang-format off
AUTOHOOK(ProcessConnectionlessPacket, engine.dll + 0x117800,
bool, , (void* a1, R2::netpacket_t* packet))
Expand Down

0 comments on commit 9bdc23d

Please sign in to comment.