Lintian::Processable::Objdump (3) Linux Manual Page
Lintian::Processable::Objdump – access to collected binary object data
Synopsis
use Lintian::Processable;
my $processable = Lintian::Processable::Binary->new;
Description
Lintian::Processable::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 [at] lease-up.com> for Lintian.
See Also
lintian(1)
