资源列表
[进程与线程] multithreading_file_search
说明:本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HAND<郭小川> 在 2008-10-13 上传 | 大小:30.09kb | 下载:0
[Windows编程] bugscam
说明:BugScam is a collection of scr ipts for the commercial debugger IDA Pro (http://www.datarescue.com) that will scan a given binary for problematic uses of certain library functions (e.g. strcpy etc) and generate a nice output file (HTML so far,<pp> 在 2008-10-13 上传 | 大小:19.34kb | 下载:0