VSCode extension for analyzing compiled binaries and object files.
- Previewing
objdump
output in a new editor tab once a binary or object file is opened.
objdump
must be installed on your system.- The binary or object file must be opened in the editor.
- The extension is currently supported and tested on Linux Ubuntu 20.04 LTS.
Objdump Path
: Path to theobjdump
executable. Default isobjdump
to be fetched from system$PATH
.ObjDump Options
: Options ofobjdump
command. Default is-d -S
.
- Currently the extension is not published on the VSCode marketplace. It can be only installed manually as .vsix file.
- Download the latest release from the releases