CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - VC 进程

搜索资源列表

  1. VC-system-programming

    1下载:
  2. 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:605.33kb
    • 提供者:hugh
  1. vcthread

    0下载:
  2. VC++进程创建与实现原代码,是学习进程的入门资料
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.2kb
    • 提供者:lindy
  1. 进程通信vc

    3下载:
  2. vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81.54kb
    • 提供者:比零
  1. HideProcess.rar

    1下载:
  2. HideProcess 是一款vc开发的,展示如何隐藏进程的小程序,希望对你有用,Vc is a HideProcess developed to demonstrate the process of how to hide a small procedure, you want to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:36.78kb
    • 提供者:liuguoqing
  1. VMMAP

    0下载:
  2. VC源码,输入运行中的进程名可自动列出进程中的内存分配情况-VC source code, enter the name of running process can be automatically listed in the process of memory allocation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5.08mb
    • 提供者:于海亮
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:69.78kb
    • 提供者:Massachusetts
  1. Psapi

    0下载:
  2. 包含了Psapi.h和Psapi.lib 适用于VC6.0 也是里面缺少的头文件 像操作进程之类的都很有用-Contains a Psapi.h and Psapi.lib for VC6.0 is missing inside the header file as the operation of the process of the class is very useful for
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:2.76kb
    • 提供者:wing
  1. four_system

    0下载:
  2. VC++2005编程实例\源代码\第4章 系统管理编程实例,如何获取计算机串口、鼠标、内存、驱动器、键盘特殊键,用户角色、系统服务、系统性能、启动或停止系统驱动、获取系统指定进程或线程信息,或使用WMI查询系统设备等功能源码27个-VC++ 2005 programming source code examples of Chapter 4 System Management Programming examples of how to obtain a computer serial port
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:422.44kb
    • 提供者:Liu Dongtao
  1. phide

    0下载:
  2. 以VC++6.0 编制的一个隐藏进程实例. 在Vindows XP/Windows 9X下正常通过.-An example of "hide process". Edit with VC++6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:28.6kb
    • 提供者:何向荣
  1. ProcessLen

    0下载:
  2. 使用 GetProcessTimes API 函数来获取某个进程运行了多长时间。GetProcessTimes 函数返回的时间值很容易转换成可读和可利用的信息。-GetProcessTimes API function used to obtain a long running process. GetProcessTimes function return the time value easily converted into a readable and accessible inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:9.81kb
    • 提供者:editasp
  1. VISUALC

    0下载:
  2. .c++语法及编程技巧 2.vc开发环境设置和边缘调试技巧。 3.键盘鼠标输入处理技巧 4.常用控件使用技巧 5.对话框技巧 6.窗口界面处理技巧 7.文件,文件夹,磁盘操作技巧 8.数据库操作 9.进程线程和dll操作技巧 10.多媒体的处理技巧 11.通信的操作技巧 12.com组件技术操作技巧 13.系统编程技巧-. c++ syntax and programming skills set and development environme
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3.89mb
    • 提供者:杨敬
  1. vc468222444

    0下载:
  2. 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:27.46kb
    • 提供者:bmbm
  1. HideProcess

    0下载:
  2. 实现进程隐藏的完整VC++代码,下载后之间编译运行,可以根据需要调整相关代码,是学习系统编程的好资料-Porcess hidden code,a good example of studying system programing in windows
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.5mb
    • 提供者:goodone
  1. duorenwuduoxiancheng

    0下载:
  2. VC++多任务多线程多进程的实例,压缩包里一共有5个-VC++ multi-tasking multi-threaded multi-process example, the compression bag a total of five
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:273.49kb
    • 提供者:JunV
  1. codeinject_pacage

    2下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:47.36kb
    • 提供者:300
  1. ProcessMontior

    0下载:
  2. 用vc++开发的进程监控程序,包含全部代码。-Using vc++ development process control procedures, including all the code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:18.92kb
    • 提供者:apz
  1. 31769vc2

    0下载:
  2. 使用vc编写的一个进程模拟系统,适用于操作系统的初学者-Vc prepared using a process simulation system for the operating system for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:113.69kb
    • 提供者:
  1. VCprocess

    0下载:
  2. VC+进程守候者+让你要的进程一直运行下去-VC++ lets you process waiting for those who want to continue running the process has been
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:85.2kb
    • 提供者:jw
  1. ko_vir

    0下载:
  2. 双进程保护的杀进程工具,,,windows控制台程序,,可以移植到VC上面-Two-process protection to kill the process tool,,, windows console program, can be transferred to the VC above
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:11.73kb
    • 提供者:beyond
  1. VC_Process_Manager_program_source_module_view

    0下载:
  2. VC进程模块查看管理器程序源码_VC Process Manager program source module view-_VC Process Manager program source module view
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:29.62kb
    • 提供者:iejk
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com