Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kubkon/zcoff

Like dumpbin.exe but cross-platform
https://github.com/kubkon/zcoff

coff dumpbin pe zig

Last synced: 3 months ago
JSON representation

Like dumpbin.exe but cross-platform

Awesome Lists containing this project

README

        

# zcoff

Like `dumpbin.exe` but cross-platform.

## Usage

Available options:

```
> zcoff /?
Usage: zcoff [options] file

General options:
-archivemembers Print archive members summary.
-archivesymbols Print archive symbol table.
-directives Print linker directives.
-headers Print headers.
-symbols Print symbol table.
-imports Print import table.
-relocations Print relocations.
-help, /? Display this help and exit.
```