Skip to content

Object file information tool for the Amiga Hunk binary files

License

Notifications You must be signed in to change notification settings

asllop/HunkInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages