-
WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现....
WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现.-core Windows programming Exception handling mechanism and the full realization of copying, using WIN32 and DDK no use MFC.
- 2022-08-16 03:44:08下载
- 积分:1
-
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
- 2022-02-15 18:15:01下载
- 积分:1
-
api150个进学好的例子 api150个进学好的例子
api150个进学好的例子 api150个进学好的例子-api 150
- 2022-07-11 14:46:21下载
- 积分:1
-
This is a time framework based on MFC to obtain the mouse location code, hoping...
这是一个基于MFC框架下时刻获得鼠标位置的代码,希望对于初学者有一定的帮助-This is a time framework based on MFC to obtain the mouse location code, hoping for some help for beginners
- 2023-06-13 14:45:03下载
- 积分:1
-
这4个部分系列将讨论的窗口访问控制模型,以及它是如何。
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
- 2022-04-24 18:59:16下载
- 积分:1
-
测试 PB 调用DLL
测试 PB 模块嵌入历史系统
测试 PB 调用DLL
测试 PB 模块嵌入历史系统-PB test PB call DLL modules embedded in the history of test system
- 2023-06-12 13:00:04下载
- 积分:1
-
windows下一种反动态跟踪的方法
windows下一种反动态跟踪的方法-windows under a dynamic- tracking method
- 2022-06-11 13:01:00下载
- 积分:1
-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41:32下载
- 积分:1
-
国外的一个开放源码的免费小操作系统,目前实现到了保护模式,shell界面。...
国外的一个开放源码的免费小操作系统,目前实现到了保护模式,shell界面。-abroad a free open-source operating system small, to achieve a protection mode, the shell interface.
- 2022-03-04 00:15:22下载
- 积分:1
-
shell上下文菜单扩展实用源码
shell上下文菜单扩展实用源码-shell context menu expansion practical source
- 2022-02-13 02:31:02下载
- 积分:1