logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data::ParseBinary::Executable::PE32 - Parsing Win32 EXE / DLL files

Contents

Name

       Data::ParseBinary::Executable::PE32 - Parsing Win32 EXE / DLL files

Synopsis

           use Data::ParseBinary::Executable::PE32 qw{$pe32_parser};
           my $data = $pe32_parser->parse(CreateStreamReader(File => $fh));

       Can parse a Windows (and DOS?) EXE and DLL files. However, when building it back, there are some minor
       differences from the original file, and Windows declare that it's not a valid Win32 application.

       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::ParseBin...xecutable::PE32(3pm)

See Also