tekno_uttv2/ultimateteknotool.v2/JMPHook_bdDTLSAssociation_functions.h
2020-12-31 15:35:46 +03:00

12 lines
213 B
C++

#pragma once
#include <stdint.h>
#include "Hooker_JMP.h"
#include "windows_accountpage.h"
namespace hooks
{
namespace bdDTLSAssociation_functions
{
bool JMPHook_sendInit(uint32_t addr, uint8_t asmlen);
};
};