Welcome![Sign In][Sign Up]
Location:
Search - VC枚举进程

Search list

[Process-ThreadNTjincheng-VC

Description: 枚举本地-远程NT系统进程-实例分析-VC 希望能给你参考-enumeration local-remote NT system process-Analysis-VC wanted to give you reference
Platform: | Size: 6763 | Author: 李春雷 | Hits:

[WEB Code11

Description: DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。
Platform: | Size: 84900 | Author: 风尘小子 | Hits:

[OtherVC枚举进程

Description: VC枚举进程
Platform: | Size: 264132 | Author: loveqq5888@163.com | Hits:

[Process-ThreadNTjincheng-VC

Description: 枚举本地-远程NT系统进程-实例分析-VC 希望能给你参考-enumeration local-remote NT system process-Analysis-VC wanted to give you reference
Platform: | Size: 6144 | Author: 李春雷 | Hits:

[Documents11

Description: DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。-DLL injection, so what enumeration process, the search window and the process of setting privileges things that saved the West. Annex with a testDll.dll, I wrote a test DLL, because the DLL may be injected into the reaction, so I wrote a DLL, in which added a MessageBox, can pop up years, so know DLL Run no. DLL is VC++ Write, because I use the mini version of VB, only to write ActiveX DLL, and this DLL can not be used to inject (I wrote a month, in the Main function in writing a MsgBox, restart the object located for the Sub Main, discovery can be injected, but did not appear MsgBox), if the DLL source who said on Posted, me up.
Platform: | Size: 84992 | Author: 风尘小子 | Hits:

[OS programvc468222444

Description: 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), TerminateProcess (...) to the process of opening and closing activity.
Platform: | Size: 27648 | Author: bmbm | Hits:

[Windows DevelopWindowTitle

Description: 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 realization of the enumeration process, the remote module to uninstall the specified process, the search function of the specified process. CodeFans.net can look at the screenshot above. In addition, the program also achieved a small operating system " run" dialog, " File Properties" dialog box call.
Platform: | Size: 29696 | Author: 蓝色起航 | Hits:

[OS programProcess_Enum_KILL

Description: 系统进程的枚举,和进程的结束,VC++源码-source code of process enumeration and killing
Platform: | Size: 530432 | Author: 张鹏飞 | Hits:

[Game Hook Cracktraversememadd

Description: 游戏内存地址遍历工具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 conditions. Vs2008 compiled through
Platform: | Size: 72704 | Author: 禁区 | Hits:

[OS programOshjTaskView

Description: 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 realization of the enumeration process, the remote module to uninstall the specified process, the search function of the specified process. In addition, the program also achieved a small operating system " run" dialog, " File Properties" dialog box call.
Platform: | Size: 28672 | Author: Arizona | Hits:

[OS programHookCode

Description: VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit, only linked to the introduction of the function table, there SetWindowHookEx and CreateRemoteThread into two ways, the process of enumeration to distinguish between the different systems are used psai and toolhelp, the other in order to obtain Process the creation of news, so a drive to register a callback function, in general, has done quite a part in the injection rod, if you want to hang a variety of functions can be combined with the use of detour.
Platform: | Size: 71680 | Author: Massachusetts | Hits:

[Windows DevelopIPApi

Description: 程序首先枚举列出本机所有正在使用的网络连接,并列出依存进程、端口、本地IP、远程IP、连接类型以及连接状态等,用鼠标选择任一连接后,可断开此连接,也可刷新全部网络连接。-Procedures listed in the first enumeration of all the machines are using the network connection, and lists the dependency process, port, local IP, remote IP, connection type and connection status, and, with the mouse to select any one connection, may disconnect the connection, but also can refresh all the network connection.
Platform: | Size: 24576 | Author: 周云 | Hits:

[Windows DevelopVCEnumerationprocess

Description: VC++枚举进程的一个例子,希望对大家有所帮助!-VC++ enumeration process, an example, we want to help!
Platform: | Size: 12288 | Author: 何建亮 | Hits:

[Process-ThreadOshjTaskView

Description: 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, the remote uninstall the specified process module, the search function of the specified process
Platform: | Size: 28672 | Author: 郑卓奇 | Hits:

[Process-Threadenum_process

Description: vc枚举计算机上的进程的程序源码,值得一看!-vc enumeration process on the computer program source code, worth a visit!
Platform: | Size: 8192 | Author: | Hits:

[OtherVC-program

Description: 一些与Windows相关的VC++小程序源码,比如如何打开我的电脑和我的文档、如何注销、关闭、重启系统、如何执行屏幕保护程序、如何在应用程序中启动其他程序、如何使用多媒体定时器、如何使用定时器、如何使应用程序只运行一个实例、如何实现系统托盘、如何实现钩子、如何设置桌面墙纸、如何枚举系统当前进程、如何将应用程序已运行的实例调至前台、如何获得系统显示元素的颜色、如何获得系统时间、如何获得系统的度量信息、如何获得和设置NetBIOS计算机名-Some Windows-related VC++ applet source code , such as how to open my computer and my documents, how to log off , shut down , reboot the system , how to perform a screen saver , how in the application to start other programs , how to use the multimedia timer , how to use the timer , how to make an application to run only one instance , how the system tray , how to hook , how to set the desktop wallpaper, how to enumerate the current process , how to run an instance of the application has been transferred to the foreground , how to get the system display elements of color, how to get the system time , how to get a measure of system information, how to get and set the NetBIOS computer name ...
Platform: | Size: 306176 | Author: liu | Hits:

[Windows DevelopvcPP-APP_CODE_15

Description: 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 暴风压力测试2010(V7.0)源码.RAR 超级下载.zip 窗体透明、窗体上控件和DC绘图不透明.rar 大型多媒体视频会议服务器端和客户端源码VC.zip 带加密功能的SQLite3.3.6封装类 .rar 点对点多线程断点续传软件《传圣》源代码.rar 断点续下.zip 多个VC++加密解密算法库(CRYPT++).zip 多任务多线程断点续传DLL.rar 多线程查找文件(功能增强版).zip 多线程高速文件搜索程序源码.rar 多线程文件下载.rar 发一个界面库skin#全集合.zip 仿360杀毒软件界面源码.rar 仿QQ2011界面的源码.rar 仿QQ、MSN信息提示窗口.rar 仿QQ和飞秋的局域网聊天程序(文件+语音).zip 基于CDialogBar的IE多标签栏的实现.rar 基于IE内核的多进程浏览器Raptor.zip 极速FTP客户端程序(VC++版).rar 截屏mfc和dll程序.rar 精美挂机锁源码 .rar 枚举进程 系统监视.zip 媒体播放器.rar 闹钟软件V1.0 (带VC++源码).rar 能弹出复选框组合列表的combobox.rar -Independent package, extract, containing a large number of source, collected from the Internet. A total of 10 a few packs of each package of dozens of megabytes. The contents of the package: xml.zip Storm stress test 2010 (V7.0) source. RAR Super download. Zip Transparent form, form controls, and DC drawing opaque. Rar Large multimedia video conferencing server and client source code VC.zip With encryption function SQLite3.3.6 wrapper class. Rar Chuan-sheng of the point-to-point multi-threaded HTTP software source code. Rar Breakpoint under. Zip Multiple VC++ encryption and decryption algorithm library (CRYPT++). Zip Multi-tasking multi-threaded HTTP DLL.rar Multithreaded find files (Enhanced Edition). Zip Multi-threaded high-speed file search program source code. Rar Multi-threaded file download. Rar The hair an interface library skin# full set. Zip Imitation 360 anti-virus software interface source code. Rar The imitation QQ2011 interface source code. Rar Imitation
Platform: | Size: 49527808 | Author: 李东波 | Hits:

[Windows Developmfctlist

Description: 基于VC++列举Windows系统中所有的进程信息程序源码,枚举进程,VC++编程学习源码,很好的参考资料。-Based VC++ enumerate all Windows systems process information program source code, the enumeration process, VC++ programming learning source, a good reference.
Platform: | Size: 20480 | Author: 查琳 | Hits:

[OS programListProcesses

Description: 枚举系统正在运行的程序,用VC++枚举系统正在运行的程序,列出当前Windows运行的所有进程,具体的枚举过程,请参见源码包内的相关代码。程序实现的功能类似于Windows XP的任务管理器 >进程一栏所显示的内容,示例截图如上示。 运行环境:Windows/Visual C/C-Enumerates the system is running, with the program C++ enum system running Windows lists all processes currently running, the specific enumeration process, refer to the relevant source code package. Realize the function similar to the Windows XP Task Manager-> Content displayed in a column process, the example shown in the screenshot above. Operating environment: Windows/Visual C/C++
Platform: | Size: 19456 | Author: 黄威霖 | Hits:

[Windows DevelopVC++枚举并杀死(Kill)当前指定进程

Description: VC++枚举并杀死(Kill)当前指定进程源码(VC++ enumerates and kills (Kill) the current specified process source code)
Platform: | Size: 20480 | Author: 陈辰辰 | Hits:
« 12 »

CodeBus www.codebus.net