wiki:Component/Loader/CoffFileLoader

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
Last modified 15 years ago Last modified on Mar 25, 2009, 9:39:44 AM