feat(NativeHooking): Added dynamic script native hooking

This commit is contained in:
Yimura
2022-01-21 23:13:43 +01:00
parent ee38e194b7
commit 0bfb078d9f
7 changed files with 140 additions and 65 deletions

View File

@ -1,8 +1,8 @@
#include "native_hooks.hpp"
namespace big::native_hook
namespace big
{
void NETWORK_CAN_BAIL(rage::scrNativeCallContext* src)
inline void NETWORK_CAN_BAIL(rage::scrNativeCallContext* src)
{
LOG(INFO) << "NATIVE_HOOK => NETWORK_CAN_BAIL : TRIGGERED";