Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 282 Bytes

readaout

readaout - A simple study about the oldish a.out format

Usage

Compiling:

make

Testing:

./readaout handcrafted_aout

Cleaning (objects):

make clean

Running a.out

Linux nowadays needs the ia32_aout (64 bits) to run a.out format.