logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Data::ParseBinary::FileSystem::MBR - Parsing the partition table

Contents

Name

       Data::ParseBinary::FileSystem::MBR - Parsing the partition table

Synopsis

           use Data::ParseBinary::FileSystem::MBR qw{$mbr_parser};
           my $data = $mbr_parser->parse(CreateStreamReader(File => $fh));

       Can parse the binary structure of the MBR. (that is the structure that tells your computer what
       partitions exists on the drive) Getting the data from there is your problem.

       This is a part of the Data::ParseBinary package, and is just one ready-made parser.  please go to the
       main page for additional usage info.

perl v5.38.2                                       2024-03-05             Data::ParseBina...FileSystem::MBR(3pm)

See Also