View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000604 | file | General | public | 2025-01-03 20:02 | 2025-01-03 20:02 |
Reporter | jaredmauch | Assigned To | |||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 5.46 | ||||
Summary | 0000604: Add intel SMBIOS to intel file | ||||
Description | Add signature to be able to identify SMBIOS volumes and data | ||||
Steps To Reproduce | run 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 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-01-03 20:02 | jaredmauch | New Issue |