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
I try to hook the following assembly code in a UE 5 game : movss[rdi + 30], xmm0
I did a simple hook like this :
FOVHook = safetyhook::create_mid(FOVaddress,
[](SafetyHookContext& ctx) {
// Do nothing
});
It results in error in UE5 log file : [2025.07.26-15.49.38:762][467]LogWindows: Error: [Callstack] 0x00007ff8f9de17c8 WuchangFFCore.dll!safetyhook::Allocator::global() [C:\safetyhook\src\allocator.cpp:53]