-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
Windows7提升
这是windows绕过UAC的源代码。
- 2023-05-02 10:45:03下载
- 积分:1
-
2000和2003下完美进行用户克隆的C源码
2000和2003下完美进行用户克隆的C源码-2000 and 2003 under the user a perfect clone of C source
- 2022-03-07 12:25:15下载
- 积分:1
-
jsp主页管理系统
jsp主页管理系统-jsp Home Management System
- 2022-03-09 09:38:45下载
- 积分:1
-
api函数拦截。
api函数拦截。-api function interception.
- 2022-07-18 18:20:38下载
- 积分:1
-
[2005最新C++经典著作].Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve...
[2005最新C++经典著作].Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve.Your.Programs.and.Designs.3rd.Edition.May.2005.eBook-DDU-[2005 latest C++ Classics]. Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve.Your.Programs.and.Designs.3rd.Edition.May.2005.eBook-DDU
- 2022-01-25 17:30:17下载
- 积分:1
-
This course is designed for individuals interested in developing their skills in...
This course is designed for individuals interested in developing their skills in Microsoft Visual C++ 6.0 while developing desktop applications. Topics include using the Microsoft Solutions Framework (MSF) building applications with the Microsoft Foundation Classes (MFC) creating user interfaces implementing application behaviors and working with persistent data. Also included are adding database support to applications creating Component Object Model (COM) components and ActiveX controls using MFC and the Active Template Library (ATL) Internet programming error handling, debugging, and testing and application deployment.
- 2022-04-01 21:44:40下载
- 积分:1
-
指纹识别语言
应用背景很好的C指纹识别程序,的指纹增强程序,如何对细化指纹图像,一个有效的指纹区,包含指纹识别算法实现代码,那部分的代码由C写成。通过测试计算关键技术最低:15个字,最多160个字
- 2023-01-30 17:35:04下载
- 积分:1
-
C#界面编程
C#界面编程-C# Interface programming
- 2023-03-19 09:55:03下载
- 积分:1
-
Visual Basic(VB)用的md5模块
Visual Basic(VB)用的md5模块-Visual Basic (VB) with the md5 module
- 2022-03-06 07:13:32下载
- 积分:1