摘要: Hook GameUI function. 1 #include 2 3 #include 4 5 IGameUI *g_pGameUI = 0; 6 7 void (__fastcall *g_pfnCGameUI_Initialize)(void *pthis, int ... 阅读全文
posted @ 2015-08-19 13:09 Akatsuki- 阅读(719) 评论(0) 推荐(0) 编辑
摘要: Hook IBaseUI function. 1 #include 2 3 #include 4 5 IBaseUI *g_pBaseUI = 0; 6 7 void (__fastcall *g_pfnCBaseUI_Initialize)(void *pthis, int... 阅读全文
posted @ 2015-08-19 12:13 Akatsuki- 阅读(448) 评论(0) 推荐(0) 编辑
摘要: Hook ISurface function. 1 #include 2 #include 3 4 using namespace vgui; 5 6 ISurface *g_pSurface = 0; 7 8 void (__fastcall *g_pfnCSurface... 阅读全文
posted @ 2015-08-19 11:37 Akatsuki- 阅读(719) 评论(0) 推荐(0) 编辑