我想知道是否可以從函數中讀取數據。 我知道我可以使用彎路鉤功能和自由更改參數。 但這就是我所理解的使用彎路。 例如: //cryptkeys
typedef int (WINAPI *pCryptKey)(int crypt1, int crypt2, int crypt3);
int WINAPI MyCryptKey(int crypt1, int crypt2, int crypt3);
,我發現了錯誤 error C3861: 'DetourTransactionBegin': identifier not found
error C3861: 'DetourUpdateThread': identifier not found
error C3861: 'DetourAttach': identifier not found
error C3861: 'DetourAtt