搜索资源列表
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
vc468222444
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to
Process_Enum_KILL
- 系统进程的枚举,和进程的结束,VC++源码-source code of process enumeration and killing
OshjTaskView
- VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能。此外,这个小程序还实现了对操作系统“运行”对话框、“文件属性”对话框的调用。-VC++ in the process of the preparation module viewer for the enumeration of all process systems and articulated by all the modules, and the real
ps_src
- vc++编写的用于检测并枚举系统所有进程-All the processes of the system are enumerated
ProcessText
- 用VC++编写的基于对话框的系统进程软件,可以枚举系统所有进程并在界面中的表格中显示。-Dialog-based system processes software VC++, you can enumerate all the processes of the system and is displayed in the interface table.
ListProcesses
- 枚举系统正在运行的程序,用VC++枚举系统正在运行的程序,列出当前Windows运行的所有进程,具体的枚举过程,请参见源码包内的相关代码。程序实现的功能类似于Windows XP的任务管理器 >进程一栏所显示的内容,示例截图如上示。 运行环境:Windows/Visual C/C-Enumerates the system is running, with the program C++ enum system running Windows lists all processes c