Class UnixAoutLoader

All Implemented Interfaces:
Loader, ExtensionPoint, Comparable<Loader>

public class UnixAoutLoader extends AbstractProgramWrapperLoader
A Loader for processing UNIX-style A.out executables

This style was also used by UNIX-like systems such as SunOS, BSD, and VxWorks, as well as some early distributions of Linux. Although there do exist implementations of A.out with 64-bit and \ GNU extensions, this loader does not currently support them.

See Also: