Container probe: what can be said about a binary even when Go metadata
recovery fails. Container, architecture, the section table, per-section and
whole-file entropy, trailing overlay, and a packer/obfuscation verdict.
Rewrite a stripped Go binary in place, embedding recovered symbol
information into a real .symtab + .strtab so every other tool
in the chain (nm, objdump, gdb, perf, eBPF, delve) sees the names.
Build a call graph from a stripped Go binary by scanning .text
for CALL/BL instructions and resolving each target against the
recovered function table.