feat(NativeHooking): Added dynamic script native hooking
This commit is contained in:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user