Lintian::Processable::Objdump - access to collected binary object data
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
Lintian::Processable::Objdump provides an interface to collected binary object data.
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
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
lintian(1)