asllop / HunkInfo

Object file information tool for the Amiga Hunk binary files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HunkInfo

Object file information tool for the Amiga Hunk binary files

HunkInfo is a tool to get structural information from an Amiga Hunk binary object, just like otool in MacOS (Mach-O files) or readelf in Linux (ELF files).

Amiga Hunk is the binary format used by classic AmigaOS and it's used for regular executables as well as for libraries, devices and other binary objects.

For general information on the Amiga Hunk format, check out the Wikipedia entry.

It has no dependencies besides the libc, the code is 100% ANSI C.

Build

$ make hunkinfo

Usage

$ hunkinfo FILENAME

About

Object file information tool for the Amiga Hunk binary files

License:MIT License


Languages

Language:C 100.0%