compiler-explorer / compiler-explorer/compiler-explorer
Add new tool: objdump
Open
new-tools
- Dominant language
- TypeScript
- Stars
- 19.1k
- Forks
- 2.1k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 67
Description
We don't provide `objdump` in the tools list (along with `readelf` for example). We do use `objdump` internally to get the disassembly from object files, but we don't provide a way to use the tool for anything else (like inspecting DWARF info).
It's usually possible to use `readelf` to get the same info, but in some cases, it's not. And adding a new tool should be quick.
Contributor guide
Assessment
This issue has not been assessed yet.