Skip to content

Commit

Permalink
Added os type 7 to MBR signature
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Oct 26, 2024
1 parent 10d233d commit 5aa5b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/mbr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn parse_mbr_image(mbr_data: &[u8]) -> Result<MBRHeader, StructureError> {
];

let known_os_types = HashMap::from([
(0x07, "NTFS_IFS_HPFS_exFAT"),
(0x0B, "FAT32"),
(0x0C, "FAT32"),
(0x43, "Linux"),
Expand Down

0 comments on commit 5aa5b3e

Please sign in to comment.