Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kubkon/zcoff
- Owner: kubkon
- License: mit
- Created: 2022-08-21T13:17:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T11:01:11.000Z (9 months ago)
- Last Synced: 2024-05-01T22:15:53.061Z (9 months ago)
- Topics: coff, dumpbin, pe, zig
- Language: Zig
- Homepage:
- Size: 66.4 KB
- Stars: 31
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - zcoff🗒️Like dumpbin.exe but cross-platform
README
# zcoff
Like `dumpbin.exe` but cross-platform.
## Usage
Available options:
```
> zcoff /?
Usage: zcoff [options] fileGeneral 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.
```