Visual leak Detact 如何获取当前程序的堆栈

摘要: 1、 // Get the pointer to this thread's thread local storage structure. tls_t* tls = (tls_t*)TlsGetValue(m_tlsIndex);Win32 方法一:每... 阅读全文
posted @ 2013-05-11 15:55 KHacker 阅读(197) 评论(0) 推荐(0)

Visual leak Detact 模块导出函数替代

摘要: 1、将模块当中制定的函数通过自己定义的函数替代,主要学习如果通过IAT表查找系统函数,并将其替换为自己的函数。BOOL PatchImport (HMODULE importmodule, moduleentry_t *module){//参数1 - 模块的句柄,HM... 阅读全文
posted @ 2013-05-11 14:51 KHacker 阅读(274) 评论(0) 推荐(0)