Changes between Initial Version and Version 1 of Component/Loader/Coff File Loader
- Timestamp:
- Mar 25, 2009, 9:39:44 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Loader/Coff File Loader
v1 v1 1 = Use = 2 3 You have to compile your platform with 4 {{{ 5 Uses('common:coff_file_loader'), 6 }}} 7 8 You only have to pass the filename to the Loader 9 {{{ 10 soclib::common::Loader loader( "myfile.coff" ); 11 }}} 12 13 = What gets loaded = 14 15 This loader respects the section headers from the COFF it opens. 16 * It will load every non-empty loadable section 17 * It will mark read-only sections as such 18 * It will mark code sections as such