-
大小: 226KB文件類型: .rar金幣: 2下載: 0 次發布日期: 2021-06-07
- 語言: 其他
- 標簽:
資源簡介
HWInfo.dll是一個用于提取硬盤序列號、CPU相關信息、主板序列號以及網卡MAC地址的動態鏈接庫,用于為共享軟件產生機器碼提供硬件特征值

代碼片段和文件信息
#include?
#include?
using?namespace?std;
int?main(){
typedef?char?*?(__stdcall?*GetMAC)(int);
typedef?char?*?(__stdcall?*GetCPUInfomation)(int);
typedef?char?*?(__stdcall?*GetIdeSN)();
typedef?char?*?(__stdcall?*GetBiosSN)();
GetMAC?getMAC;
GetCPUInfomation?getCPUInfomation;
GetIdeSN?getIdeSN;
GetBiosSN?getBiosSN;
HINSTANCE?hInstDll?=?LoadLibrary(“HWInfo.dll“);
if?(hInstDll?!=?NULL){
getMAC?=?(GetMAC)GetProcAddress(hInstDll?“getMAC“);
getCPUInfomation?=?(GetCPUInfomation)GetProcAddress(hInstDll?“getCPUInfomation“);
getIdeSN?=?(GetIdeSN)GetProcAddress(hInstDll?“getIdeSN“);
getBiosSN?=?(GetBiosSN)GetProcAddress(hInstDll?“getBiosSN“);
}
cout?<“MAC?Address:?“?< ?<“CPU?Serial?Number:?“?< ?????<“CPU?Specification:?“?< ?????<“CPU?Manufacturers:?“?< ?????<“IDE?Serial?Number:?“?< ?????<“BIOS?Serial?Number:?“?< ?????< cin.get();
FreeLibrary(hInstDll);
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1153??2008-12-07?11:09??HWInfo\CppDemo\CppDemo.cpp
?????文件??????94208??2008-12-07?11:09??HWInfo\CppDemo.exe
?????文件???????1134??2008-12-07?11:10??HWInfo\DelphiDemo\DelphiDemo.dpr
?????文件??????43520??2008-12-07?11:10??HWInfo\DelphiDemo.exe
?????文件?????388096??2008-12-07?11:01??HWInfo\HWInfo.dll
?????文件????????545??2008-12-07?11:14??HWInfo\readme.txt
?????目錄??????????0??2008-12-07?11:11??HWInfo\CppDemo
?????目錄??????????0??2008-12-07?11:12??HWInfo\DelphiDemo
?????目錄??????????0??2008-12-08?20:47??HWInfo
?????文件????????131??2001-10-08?22:21??HWInfo\說明.url
?????文件???????1668??2008-12-09?06:33??HWInfo\使用說明.txt
?????文件????????204??2007-10-09?22:32??HWInfo\)!訪問我們的網站!.url
?????文件????????141??2008-04-03?07:00??HWInfo\!)設JZ5U為首頁!.reg
-----------?---------??----------?-----??----
???????????????530800????????????????????13
- 上一篇:IP數據包捕獲程序設計實驗報告
- 下一篇:瑞利信道仿真程序
評論
共有 條評論