Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubkon/zig-objdump
objdump but in Zig and for Zig
https://github.com/kubkon/zig-objdump
Last synced: 4 months ago
JSON representation
objdump but in Zig and for Zig
- Host: GitHub
- URL: https://github.com/kubkon/zig-objdump
- Owner: kubkon
- License: mit
- Created: 2023-02-15T21:00:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T18:45:54.000Z (over 1 year ago)
- Last Synced: 2024-08-04T04:07:14.617Z (6 months ago)
- Language: Zig
- Size: 16.6 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - zig-objdump🗒️objdump but in Zig and for Zig
README
# zig-objdump
`objdump` utility but in Zig.
## Why?
We need a set of good disassemblers and encoders for Zig's self-hosted native backends, and
what better way than to test them than by disassembling actual relocatables and binaries.## Building
This project using the experimental Zig's package manager and so you need the latest Zig
nightly to build it.```
$ zig build
```