-
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
-
The use of assembly code to achieve more than a dozen lines of code to complete...
利用汇编代码实现十几行代码
完成直接读取CPU序列号
非常有实用价值而且代码很整洁-The use of assembly code to achieve more than a dozen lines of code to complete a direct read CPU serial number has practical value but also very very clean code
- 2023-05-14 10:50:03下载
- 积分:1
-
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识...
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
- 2022-03-19 14:45:53下载
- 积分:1
-
查看谁在使用某个DLL,类似DLLView程序的功能
查看谁在使用某个DLL,类似DLLView程序的功能 -Inspecting who are using the DLL, such as DLLView
- 2022-08-09 00:49:41下载
- 积分:1
-
审计分析代码,代码
code audit,code parser
- 2022-01-29 00:25:53下载
- 积分:1
-
vc++编程详细代码大全
vc++编程详细代码大全 -vc++ detailed programming code Guinness
- 2022-08-02 11:21:43下载
- 积分:1
-
编写所有注册表操作的程序
编写程序实现所有注册表的操作-procedures for the preparation of all the registry operation
- 2023-01-29 04:40:03下载
- 积分:1
-
This device is an extension cable between USB device and host (computer)
with...
This device is an extension cable between USB device and host (computer)
with embedded into connector “intelligent” integrated circuits on both sides of the-This device is an extension cable between USB device and host (computer) with embedded into connector " intelligent" integrated circuits on both sides of the
- 2022-02-03 23:32:31下载
- 积分:1
-
压缩与去噪。
Compress and Denoising.
- 2022-02-15 21:51:46下载
- 积分:1
-
任务处理的源代码
任务处理的源代码-task of source code
- 2022-05-20 02:48:35下载
- 积分:1