You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Uncomment which hooking library you want to use, Detours or MinHook.
#define CR_DETOURS
//#define CR_MINHOOK
namespace CodeRed
{
static constexpr uint8_t GLOBAL_OBJECT_SUB = 10; // Objects at the back of GObjects are highly volatile, may crash if you read the very last entry when iterating backwards, good to subtract a few as a buffer.