ELF-Extract-Sections:从ELF Binaries逐字提取数据

时间:2021-05-06 10:47:32
【文件属性】:
文件名称:ELF-Extract-Sections:从ELF Binaries逐字提取数据
文件大小:875KB
文件格式:ZIP
更新时间:2021-05-06 10:47:32
Perl 名称 ELF :: Extract :: Sections-从可识别的ELF节中提取原始数据块 版本 版本1.001005 概要 use ELF::Extract::Sections; # Create an extractor object for foo.so my $extractor = ELF::Extract::Sections->new( file => '/path/to/foo.so' ); # Scan file for section data, returns a hash my %sections = ${ $extractor->sections }; # Retreive the section object for the comment section my $data = $sections{.comment}; # Print the st
【文件预览】:
ELF-Extract-Sections-master
----.gitignore(146B)
----CONTRIBUTING.pod(6KB)
----Changes(6KB)
----t()
--------test_files()
--------01-elf-libs.t(963B)
--------00-version-check.t(2KB)
----.travis.yml(1KB)
----perlcritic.rc(10KB)
----inc()
--------objdump_version.pm(5KB)
----.perltidyrc(12B)
----LICENCES()
--------LGPL-2.1(26KB)
--------ZLIB(1KB)
--------GPL-3(34KB)
----LICENSE(18KB)
----README.mkdn(3KB)
----examples()
--------example2.pl(1KB)
--------example1.pl(2KB)
--------example3.pl(435B)
----maint()
--------perlcritic.rc.gen.pl(2KB)
----lib()
--------ELF()
----LICENSE.tests(804B)
----dist.ini(8KB)
----misc()
--------Changes.deps.all(6KB)
--------Changes.deps.opt(751B)
--------Changes.deps.dev(4KB)
--------perlcritic.deps(761B)
--------Changes.deps(3KB)
----INSTALL.SKIP(19B)
----dist.ini.meta(2KB)
----Makefile.PL(2KB)
----weaver.ini(291B)
----.mailmap(100B)

网友评论