|
|
1.1 ! root 1: LIBRARY PEFile ! 2: ! 3: DESCRIPTION 'Portable Executable File Format DLL' ! 4: ! 5: VERSION 1.0 ! 6: ! 7: CODE READ SHARED EXECUTE ! 8: DATA READ WRITE ! 9: ! 10: HEAPSIZE 0x10000 0x1000 ! 11: ! 12: EXPORTS ! 13: FileHeaderOffset @1 ! 14: OptionalHeaderOffset @2 ! 15: SectionHeaderOffset @3 ! 16: ImportDirectoryOffset @4 ! 17: NumOfSections @5 ! 18: RetrieveModuleName @6 ! 19: RetrieveSectionNames @7 ! 20: GetModuleEntryPoint @8 ! 21: GetImageBase @9 ! 22: GetImportModuleNames @10 ! 23: GetImportFunctionNamesByModule @11 ! 24: GetExportFunctionNames @12
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.