View Issue Details

IDProjectCategoryView StatusLast Update
0000604fileGeneralpublic2025-01-30 19:02
Reporterjaredmauch Assigned Tochristos  
PrioritylowSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version5.46 
Fixed in VersionHEAD 
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

christos

2025-01-30 19:02

manager   ~0004174

Added, thanks

Issue History

Date Modified Username Field Change
2025-01-03 20:02 jaredmauch New Issue
2025-01-30 19:02 christos Assigned To => christos
2025-01-30 19:02 christos Status new => assigned
2025-01-30 19:02 christos Status assigned => resolved
2025-01-30 19:02 christos Resolution open => fixed
2025-01-30 19:02 christos Fixed in Version => HEAD
2025-01-30 19:02 christos Note Added: 0004174