memtab.parsers.objdump module

ObjDump parser module for memtab.

This module provides parsing functionality for the output of the ‘objdump’ command, which displays information about object files.

class memtab.parsers.objdump.ObjDumpParser(file, gcc_prefix, cache=False, cache_dir=None)

Bases: MemtabGnuBinUtilsParser

Parser for the output of the ‘objdump’ command.

This class parses the output of the ‘objdump’ command to extract section and symbol information from object files.

args = ['-wh']
command = 'objdump'
parse_output_into_results()

Parse the objdump output and populate the sections and symbols lists.

Return type:

None