每當我嘗試編譯Detours Express 3.0時,我總是得到錯誤代碼0x2。我提到這個線程How to build Microsoft Detours Express Version 3.0?。 但我的問題仍在發生。 不完全確定是什麼原因導致我假設這是因爲DETOURS_TARGET_PROCESSOR不正確。 登錄: C:\Users\propg\Downloads\Detours Exp
使用彎路V3的,我得到這個錯誤。 Std* _std = new Std();
case DLL_PROCESS_ATTACH:
DetourAttach(&(PVOID&)_std->m_pKey, &Std::m_Key);
// or if I do this
DetourAttach(&(PVOID&)_std->m_pKey, _std->m_Key);
// th