Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```