VSCode extension for analyzing compiled binaries and object files.
- Previewing
objdumpoutput in a new editor tab once a binary or object file is opened.
objdumpmust 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 theobjdumpexecutable. Default isobjdumpto be fetched from system$PATH.ObjDump Options: Options ofobjdumpcommand. 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
