• 大小: 262KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: C/C++
  • 标签: BIOSID  C++  主板ID  

资源简介

C++主板ID BIOSID获取 C++工程源码 网上找了很多都是无效的 此版本亲测可用

资源截图

代码片段和文件信息

// BIOS ID.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“
#include 
#include 
#include 
#include 

BYTE szSystemInfo[4096]; //在程序执行完毕后,此处存储取得的系统特征码
UINT uSystemInfoLen = 0; //在程序执行完毕后,此处存储取得的系统特征码的长度


typedef struct _UNICODE_STRING 

    USHORT  Length;//长度 
    USHORT  MaximumLength;//最大长度 
    PWSTR  Buffer;//缓存指针 
} UNICODE_STRING*PUNICODE_STRING; 

typedef struct _object_ATTRIBUTES 

    ULONG Length;//长度 18h 
    HANDLE RootDirectory;//  00000000 
    PUNICODE_STRING objectName;//指向对象名的指针 
    ULONG Attributes;//对象属性00000040h 
    PVOID SecurityDescriptor;        // Points to type SECURITY_DEscriptOR,0 
    PVOID SecurityQualityOfService;  // Points to type SECURITY_QUALITY_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        769  2009-07-19 21:05  BIOS ID\StdAfx.h

     文件        294  2009-07-19 21:05  BIOS ID\StdAfx.cpp

     文件       1214  2009-07-19 21:05  BIOS ID\ReadMe.txt

     文件        522  2009-07-19 21:05  BIOS ID\BIOS ID.dsw

     文件      50176  2009-07-29 15:48  BIOS ID\BIOS ID.ncb

     文件     132096  2009-07-28 21:55  BIOS ID\Debug\vc60.idb

     文件     203728  2009-07-19 21:06  BIOS ID\Debug\BIOS ID.pch

     文件     135168  2009-07-24 09:54  BIOS ID\Debug\vc60.pdb

     文件       1809  2009-07-19 21:06  BIOS ID\Debug\StdAfx.obj

     文件     188525  2009-07-24 09:54  BIOS ID\Debug\BIOS ID.exe

     文件     492544  2009-07-24 09:54  BIOS ID\Debug\BIOS ID.pdb

     文件     228440  2009-07-24 09:54  BIOS ID\Debug\BIOS ID.ilk

     文件      31186  2009-07-24 09:54  BIOS ID\Debug\BIOS ID.obj

     文件        248  2009-07-28 21:52  BIOS ID\BIOS ID.plg

     文件       4550  2009-07-19 21:58  BIOS ID\BIOS ID.dsp

     文件         32  2009-07-28 21:55  BIOS ID\1.txt

     文件       6598  2009-07-29 15:24  BIOS ID\BIOS ID.cpp

     文件      55808  2009-07-29 15:48  BIOS ID\BIOS ID.opt

     目录          0  2009-07-19 21:05  BIOS ID\Debug

     目录          0  2009-07-19 21:05  BIOS ID

----------- ---------  ---------- -----  ----

              1533707                    20


评论

共有 条评论