登录
首页 » Windows核心 » 枚举过程,得到你想要的东西的过程中,可以使你的程序…

枚举过程,得到你想要的东西的过程中,可以使你的程序…

于 2022-03-26 发布 文件大小:928.00 B
0 197
下载积分: 2 下载次数: 1

代码说明:

列举进程, 得到你想要的进程,可以做进程监视用-Enumeration process, the process of getting what you want, you can make the process of monitoring by

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 可以在笔记本电脑上查看电池相关的信息,包括容量,当前放电电流,电压等等.程序展示了如何从系统取得相关的信息....
    可以在笔记本电脑上查看电池相关的信息,包括容量,当前放电电流,电压等等.程序展示了如何从系统取得相关的信息.-the notebook computer batteries View relevant information, including capacity, the current discharge current, voltage, etc.. Procedures demonstrated how the system related information.
    2022-01-26 00:19:47下载
    积分:1
  • win32 -hook
    针对window平台实现,对普通函数地址hook,该文件为对HooK的简单封装,包含挂钩和恢复,以及钩子函数列表的调度。
    2023-03-29 09:00:04下载
    积分:1
  • zip文件压缩和解压缩工具
    zip文件压缩和解压缩工具-zip tool
    2022-02-15 02:24:05下载
    积分:1
  • strom dll 实现暴风影印 strom dll 实现暴风影印
    strom dll 实现暴风影印 strom dll 实现暴风影印-strom dll to achieve the realization of Storm Storm strom dll photocopy photocopy
    2022-05-18 22:10:02下载
    积分:1
  • 在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program FilesCommon FilesSystema...
    在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program FilesCommon FilesSystemado”目录下-In the use of ADO technology, there is a need to import an ADO Dynamic Link Library msado15.dll, the dynamic database system tray is located under the
    2022-06-03 20:29:08下载
    积分:1
  • 实现线程的小程序,适合刚开始接触线程的初学者.
    实现线程的小程序,适合刚开始接触线程的初学者.-Thread realize a small program for the beginning of contact with the beginners thread.
    2022-03-24 04:27:20下载
    积分:1
  • 一种用于方便保存小程序的文本,包括…
    一个用来方便保存文本内容的小程序,包括源代码和程序.-one used to facilitate the preservation of the text of small programs, including source code and procedures.
    2022-03-03 10:05:47下载
    积分:1
  • 《学生课绩管理系统》的升级版,采用了sertlet+jsp+Javabean+sqlserver,并且做了许多修改! 说明: 数据库连接 在classes...
    《学生课绩管理系统》的升级版,采用了sertlet+jsp+Javabean+sqlserver,并且做了许多修改! 说明: 数据库连接 在classes目录下的 sqlbean.java中 默认的用户名:1 密码: 1 -"student class performance management systems," an updated version using the sertlet jsp Javabean SQLServer, and made many changes! Description : Database Connection classes in the directory sqlbean.java default user name : a password : 1
    2022-11-06 12:00:03下载
    积分:1
  • 本程序利用iphlpapi可以实现检索出主机的所有网卡,并且可以得到每块网卡的mac地址,ip地址,子网掩码,网关等,以及在其上运行的服务...
    本程序利用iphlpapi可以实现检索出主机的所有网卡,并且可以得到每块网卡的mac地址,ip地址,子网掩码,网关等,以及在其上运行的服务-iphlpapi use of this procedure can be retrieved from the mainframe to achieve all the LAN, and can be every piece of the card mac address, ip address, subnet mask, gateway, as well as in its running of services
    2023-02-01 14:15:03下载
    积分:1
  • Windows 中创建空的备用列表
    翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)] [SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle, [MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和  Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
    2022-05-07 13:17:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载