Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
An implementation of an Executable Loadable Format (ELF) loader. The module is responsible for loading instructions into a provided memory implementation and obtaining the entry point for the executable.
Documentation
type LoadFunc m = Address -> ByteString -> m () Source #
Load a ByteString
into memory at a given address.