compiler-explorer / compiler-explorer/compiler-explorer

Add new tool: objdump

Open
#6,650 0 comments 1 reaction 1 assignee Claimed by @dkm View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.