Detours库基本用法
代码说明:
Detours库基本用法 typedef void(__stdcall *D3D11DrawIndexedHook) (ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation);D3D11DrawIndexedHook phookD3D11DrawIndexed = NULL;void __stdcall hookD3D11DrawIndexed(ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation){ return phookD3D11DrawIndexed(pContext, IndexCount, StartIndexLocation, BaseVertexLocation);}
下载说明:请别用迅雷下载,失败请重下,重下不扣分!