摘要: By Nagi 1 void *SearchPattern(void *pStartSearch, DWORD dwSearchLen, char *pPattern, DWORD dwPatternLen) 2 { 3 DWORD dwStartAddr = (DWORD)pStartSe... 阅读全文
posted @ 2015-09-06 20:58 Akatsuki- 阅读(258) 评论(0) 推荐(0)
摘要: Find a non-public function signature, we need a tool "IDA Pro"( You can open picture in a new window :D )Step 1Load your PE file in IDAStep 2Find your... 阅读全文
posted @ 2015-09-06 20:55 Akatsuki- 阅读(393) 评论(0) 推荐(0)