添加进入人物和退出人物hook
This commit is contained in:
@@ -2,11 +2,29 @@
|
||||
|
||||
namespace base
|
||||
{
|
||||
namespace DNFFLib
|
||||
{
|
||||
const int ConvertGBKtoUTF8 = 0x08108D0E;
|
||||
const int ConvertUTF8toGBK = 0x08108D4B;
|
||||
|
||||
}
|
||||
|
||||
namespace CGameManager
|
||||
{
|
||||
const int G_CGameManager = 0x080CC18E;
|
||||
}
|
||||
|
||||
namespace CSystemTime
|
||||
{
|
||||
const int s_systemTime_ = 0x0941F714;
|
||||
const int getCurSec = 0x080CBC9E;
|
||||
const int getCurTickCount = 0x081458AC;
|
||||
const int getCurDate = 0x0823445E;
|
||||
const int update = 0x082A68C8;
|
||||
const int CSystemTime_make = 0x082A6936;
|
||||
const int CSystemTime_destroy = 0x082A6986;
|
||||
}
|
||||
|
||||
namespace Dispatcher_UseJewel
|
||||
{
|
||||
const int dispatch_sig = 0x8217BD6;
|
||||
@@ -14,6 +32,22 @@ namespace base
|
||||
|
||||
}
|
||||
|
||||
namespace DisPatcher_MoveMap
|
||||
{
|
||||
const int process = 0x081C5330;
|
||||
const int dispatch_sig = 0x082595B2;
|
||||
}
|
||||
|
||||
namespace Inter_LoadEtc
|
||||
{
|
||||
const int dispatch_sig = 0x084C0264;
|
||||
}
|
||||
|
||||
namespace DisPatcher_ReturnToSelectCharacter
|
||||
{
|
||||
const int dispatch_sig = 0x081FD25C;
|
||||
}
|
||||
|
||||
namespace GlobalData
|
||||
{
|
||||
const int Init = 0x08299FA0;
|
||||
@@ -213,14 +247,33 @@ namespace base
|
||||
|
||||
namespace InterfacePacketBuf
|
||||
{
|
||||
const int put_header = 0x080CB8FC;
|
||||
const int AcquirePacketBuf = 0x0858E2A0;
|
||||
const int InterfacePacketBuf_make = 0x0858E294;
|
||||
const int bind_packet = 0x0848F39C;
|
||||
const int clear = 0x080CB8E6;
|
||||
const int finalize = 0x080CB958;
|
||||
const int get = 0x0822B766;
|
||||
const int getLastError = 0x086D18EE;
|
||||
const int get_binary = 0x0848F3F8;
|
||||
const int get_index = 0x08110B4C;
|
||||
const int get_int = 0x0848F3DC;
|
||||
const int get_len = 0x0848F438;
|
||||
const int get_packet = 0x0848F41C;
|
||||
const int get_short = 0x0848F3C0;
|
||||
const int is_finallized = 0x0848F44E;
|
||||
const int put_binary = 0x0811DF08;
|
||||
const int put_binary_c = 0x0815096A;
|
||||
const int put_byte = 0x080CB920;
|
||||
const int put_short = 0x80D9EA4;
|
||||
const int put_int = 0x80CB93C;
|
||||
const int put_binary = 0x811DF08;
|
||||
const int finalize = 0x80CB958;
|
||||
const int put_str = 0x0822B770;
|
||||
const int put_packet = 0x0822B794;
|
||||
const int put_header = 0x080CB8FC;
|
||||
const int put_int = 0x080CB93C;
|
||||
const int put_item_idx = 0x0822B794;
|
||||
const int put_packet = 0x0815098E;
|
||||
const int put_short = 0x080D9EA4;
|
||||
const int put_str = 0x081B73E4;
|
||||
const int put_str_c = 0x0822B770;
|
||||
const int set_index = 0x0822B7B0;
|
||||
const int InterfacePacketBuf_destroy = 0x0858E29A;
|
||||
|
||||
}
|
||||
|
||||
namespace PacketGuard
|
||||
|
||||
Reference in New Issue
Block a user