View Issue Details

IDProjectCategoryView StatusLast Update
0000604fileGeneralpublic2025-01-03 20:02
Reporterjaredmauch Assigned To 
PrioritylowSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version5.46 
Summary0000604: Add intel SMBIOS to intel file
DescriptionAdd signature to be able to identify SMBIOS volumes and data
Steps To Reproducerun file on an existing saved image from a command like dmidecode(8)

binary data

vs
```
diff --git a/magic/Magdir/intel b/magic/Magdir/intel
index 5177fea4..b9c2b819 100644
--- a/magic/Magdir/intel
+++ b/magic/Magdir/intel
@@ -308,3 +308,9 @@
 # revision number of the ASL Compiler like: 20051117 20140724 20190703 20200110 ...
 >>>32 ulelong x %x
 
+
+# data that can be parsed by dmidecode(8) from a dump
+# or extracted from a bios image
+0 string _SM3_
+>0x5 byte <0x3 SMBIOS 3.x file
```

% file dmidecode.dump
dmidecode.dump: SMBIOS 3.x file


TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-01-03 20:02 jaredmauch New Issue