[[command]]
name = "objdump"
url = "https://man7.org/linux/man-pages/man1/objdump.1.html"
level = "Inert"
bare = false
standalone = [
"--all-headers", "--archive-headers", "--debugging",
"--disassemble", "--disassemble-all", "--dynamic-reloc",
"--dynamic-syms", "--file-headers", "--full-contents",
"--headers", "--help", "--info", "--line-numbers",
"--no-addresses", "--no-show-raw-insn", "--private-headers",
"--reloc", "--section-headers", "--source", "--stabs",
"--syms", "--version", "--wide",
"-C", "-D", "-G", "-R", "-S", "-T", "-V", "-W",
"-a", "-d", "-f", "-g", "-h", "-l", "-p", "-r", "-s", "-t", "-w", "-x",
]
valued = [
"--demangle", "--disassemble-symbols", "--dwarf",
"--section", "--start-address", "--stop-address", "--target",
"-M", "-b", "-j", "-m",
]