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::ELF32 - Parsing UNIX's SO files

Contents

Name

       Data::ParseBinary::Executable::ELF32 - Parsing UNIX's SO files

Synopsis

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

       Can parse and re-build UNIX "so" files.

       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.

       No known issues

perl v5.38.2                                       2024-03-05             Data::ParseBina...ecutable::ELF32(3pm)

See Also