= Use = You have to compile your platform with {{{ Uses('common:coff_file_loader'), }}} You only have to pass the filename to the Loader {{{ soclib::common::Loader loader( "myfile.coff" ); }}} = What gets loaded = This loader respects the section headers from the COFF it opens. * It will load every non-empty loadable section * It will mark read-only sections as such * It will mark code sections as such