safe-chains 0.125.0

Auto-allow safe, read-only bash commands in agentic coding tools
Documentation
[[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",
]