搜索资源列表
EnmuProcessByThread
- 用线程枚举系统中的进程,可以用于检测隐藏进程。-Enumeration using threads in the process of the system can be used to detect hidden processes.
NtCreateThread
- 驱动注入线程的源码,有关保护方面的知识,NtCreateThread-Driven into the threads of the source, on the protection of the
FileThread
- windows下的程序多线程对文件驱动的读写-procedures under the windows of many threads to read and write document-driven
Chap14
- In the first eight chapters, I described most of the features of a full-blown WDM driver suitable for any random sort of hardware device. But you should understand a few more general-purpose techniques, and I’ll describe them in this chapter. In the
DLoad_SRC
- 源代码包含三种不同的驱动加载方法,使用ZwSetSystemInformation函数加载驱动,使用NtLoadDriver函数加载驱动,使用服务控制管理器加载驱动,还包括三种线程注入技术,使用RtlCreateUserThread 函数注入线程,使用CreateRemoteThread函数注入线程,使用NtCreateThreadEx函数注入线程,源代码包含C,C#的demo-The source code contains three different loading methods
YATMon_src
- 通过异步过程调用 APC 来实现内核枚举进程 。-Thread Monitor presents a view of process and thread execution with a bit more granularity than TaskManager, and uses the sparsely documented Asynchronous Procedure Call (APC) mechanism tocommunicate the kernels creation and
comElves
- 实现对串口的调试功能,其中一个亮点是新开辟一个线程的方法,和线程间传递数据的方法,很实用。-Serial debugging features, one of the highlights is the new open up a thread, and pass data between threads, very practical.
MyFanWG
- 对于反WG做初步的解释: 没有采用驱动技术,而是采用了大众化的动态链接库技术(DLL),兼容性强,可在xp 、win7、 win8 等操作系统上运作。 功能如下: 1、启动线程检测 网速主流和非主流内存搜索工具的检测(比如金山游侠、ce等) 2、启动线程检测 检测游戏自身的DLL是否出了非法模块,比如 speed.dll等变速齿轮的dll 或wpe.dll封包拦截工具WPE的dll,沙盘的dll 3、非法主流WG的窗口标题 4、采用 C
IXXAT_DEMO_4.0_TwoThread
- VC6.0上位机的多线程的应用,里面用到的两个线程,还有播放视频和抓包。- VC6.0 PC application of multiple threads, two threads used inside, and video playback and capture.
COMWIN32
- windows操作系统C++语言串口驱动完整的程序源代码,支持多线程-windows operating system C++ language serial driver complete source code, supports multiple threads
