Parsing unix's so files
use Data::ParseBinary::Executable::ELF32 qw{$elf32_parser}; my $data = $elf32_parser->parse(CreateStreamReader(File => $fh));
Can parse and re-build \s-1UNIX\s0 \*(L"so\*(R" 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