table of contents
other versions
Lintian::Info::Objdump(3) | Debian Package Checker | Lintian::Info::Objdump(3) |
NAME¶
Lintian::Info::Objdump - access to collected binary object dataSYNOPSIS¶
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION¶
Lintian::Info::Objdump provides an interface to collected binary object data.INSTANCE METHODS¶
- objdump_info
- Returns a hashref mapping a FILE to the data collected by objdump-info or
"undef" if no data is available for that
FILE. Data is generally only collected for ELF files.
Needs-Info requirements for using objdump_info: objdump-info
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.SEE ALSO¶
lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source2020-02-23 | Lintian v2.54.0~bpo10+1 |