VXACDev

Results 7 comments of VXACDev

else if ((HOOK_R < 4 && (HOOK_C == 5 || HOOK_C == 0xD)) || (HOOK_R == 0xB && HOOK_C >= 8) || (*b == 0xF7 && !(*(b + 1) &...

Broken all over the place... The only "solution" with the current MSVC release is to #pragma optimize off/on around the problem function. REALLY not good-- this is impact MANY projects...

I pasted how to repro.. it’s a public repository “Vahalla Game” on but.. I just got an msvc update about 2 hrs ago, and it’s working properly again, so looks...

There's a 2nd problem with these fixes [Compiler Version Mismatch:: There's a side-effect to the last "Fix" that sort-of fixed the optimization having an internal error-- Now, libraries built won't...

Right, I mean .dll. The various reasons to not hook the import/export. (Edr/ac/anticheat/etc). Not the point though— point is it doesn’t work on ARM emulation correctly (min hook does) Sent...

Lets setup a screen share/video call, and I'll let you capture what you want from a WinARM VM. -- going back and forth like this is going to just consume...

(Oh, and yes, I have a VM setup with a tag for LightHook for the hook and a "switch" to use MinHook (which works)... so if you want to meet...