Einzelnen Beitrag anzeigen

hathor
(Gast)

n/a Beiträge
 
#3

AW: SMBios: BiosHelp geht nicht

  Alt 11. Apr 2012, 07:04
Anhang läuft unter WIN 7 64Bit, Ausgabe umgeleitet in TXT-File,
starten mit dmi.bat
Source in C:
API found on Windows 2003 or newer. From Windows 2003 SP1
* Microsoft only allows access to physical memory by kernel
* mode. The other way to get the SMBIOS, without to access
* physical memory is GetSystemFirmwareTable API.
*
* see more on:
* http://download.microsoft.com/downlo...8E6/SMBIOS.doc
*/

u32 (__stdcall *GetSystemFirmwareTable)(
u32 FirmwareTableProviderSignature,
u32 FirmwareTableID,
void *pFirmwareTableBuffer,
u32 BufferSize
);

http://www.nongnu.org/dmidecode/
Angehängte Dateien
Dateityp: zip dmidecode.zip (404,9 KB, 45x aufgerufen)

Geändert von hathor (11. Apr 2012 um 09:48 Uhr)
  Mit Zitat antworten Zitat