This commit is contained in:
2022-04-21 12:48:20 +08:00
parent ba3f6c0325
commit d2fb2a75d2
7 changed files with 150 additions and 29 deletions

View File

@@ -5,8 +5,8 @@
#include "DNFTOOL.h"
//질분
#if defined DRAGONBOX_SWITCH
void sock::Pack_녜쉽(int idx, int code, void* p3, void* p4)
{
DWORD Size;
@@ -25,12 +25,16 @@ void sock::Pack_
std::cout << u8"130뵀澗관냥묘" << std::endl;
}
#endif
void sock::R_Register_Pack()
{
auto Registerfunc = reinterpret_cast<register_pack_handler_t>(0x7186D0);
//질분
#if defined DRAGONBOX_SWITCH
Registerfunc(130, Pack_녜쉽, 0);
#endif
}
bool sock::Net_Get_Byte(BYTE& v)