搜索资源列表
NTjincheng-VC
- 枚举本地-远程NT系统进程-实例分析-VC 希望能给你参考-enumeration local-remote NT system process-Analysis-VC wanted to give you reference
11
- DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub
VC枚举进程
- VC枚举进程
NTjincheng-VC
- 枚举本地-远程NT系统进程-实例分析-VC 希望能给你参考-enumeration local-remote NT system process-Analysis-VC wanted to give you reference
11
- DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub
vc468222444
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the proce
WindowTitle
- VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能。此外,这个小程序还实现了对操作系统“运行”对话框、“文件属性”对话框的调用。 -VC++ in the process of the preparation module viewer for the enumeration of all process systems and articulated
Process_Enum_KILL
- 系统进程的枚举,和进程的结束,VC++源码-source code of process enumeration and killing
traversememadd
- 游戏内存地址遍历工具vc源码.里面包含提权,远线程注入,枚举进程,条件过滤等多项功能.vs2008编译通过-Game memory address vc ergodic source tools. Which contains the right to mention, much thread injection enumeration process, a number of functions such as filtering c
OshjTaskView
- VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能。此外,这个小程序还实现了对操作系统“运行”对话框、“文件属性”对话框的调用。-VC++ in the process of the preparation module viewer for the enumeration of all process systems and articulated by
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples AP
IPApi
- 程序首先枚举列出本机所有正在使用的网络连接,并列出依存进程、端口、本地IP、远程IP、连接类型以及连接状态等,用鼠标选择任一连接后,可断开此连接,也可刷新全部网络连接。-Procedures listed in the first enumeration of all the machines are using the network connection, and lists the dependency process, port
VCEnumerationprocess
- VC++枚举进程的一个例子,希望对大家有所帮助!-VC++ enumeration process, an example, we want to help!
OshjTaskView
- VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能-VC++ the process of writing module viewer enumerates all system for the articulated process and all the modules, and to achieve the enumeration process,
enum_process
- vc枚举计算机上的进程的程序源码,值得一看!-vc enumeration process on the computer program source code, worth a visit!
VC-program
- 一些与Windows相关的VC++小程序源码,比如如何打开我的电脑和我的文档、如何注销、关闭、重启系统、如何执行屏幕保护程序、如何在应用程序中启动其他程序、如何使用多媒体定时器、如何使用定时器、如何使应用程序只运行一个实例、如何实现系统托盘、如何实现钩子、如何设置桌面墙纸、如何枚举系统当前进程、如何将应用程序已运行的实例调至前台、如何获得系统显示元素的颜色、如何获得系统时间、如何获得系统的度量信息、如何获得和设置NetBIOS计算机名-
vcPP-APP_CODE_15
- 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 暴风压力测试2010(V7.0)源码.RAR 超级下载.zip 窗体透明、窗体上控件和DC绘图不透明.rar 大型多媒体视频会议服务器端和客户端源码VC.zip 带加密功能的SQLite3.3.6封装类 .rar 点对点多线程断点续传软件《传圣》源代码.rar 断点续下.zip 多个VC++加密解密算法库(CRYPT++).z
mfctlist
- 基于VC++列举Windows系统中所有的进程信息程序源码,枚举进程,VC++编程学习源码,很好的参考资料。-Based VC++ enumerate all Windows systems process information program source code, the enumeration process, VC++ programming learning source, a good reference.
ListProcesses
- 枚举系统正在运行的程序,用VC++枚举系统正在运行的程序,列出当前Windows运行的所有进程,具体的枚举过程,请参见源码包内的相关代码。程序实现的功能类似于Windows XP的任务管理器 >进程一栏所显示的内容,示例截图如上示。 运行环境:Windows/Visual C/C-Enumerates the system is running, with the program C++ enum system running
VC++枚举并*(Kill)当前指定进程
- VC++枚举并*(Kill)当前指定进程源码(VC++ enumerates and kills (Kill) the current specified process source code)