ROM Extractor 10

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • scott8813
    InsomniAddict
    • Feb 07
    • 1061

    [RELEASE] ROM Extractor 10

    ROM Extractor 1.0



    This program can extract modules from ROM.
    Program only can extract modules (exe,dll,cpl,...)
    (files which have FILE_ATTRIBUTE_ROMMODULE)
    but not designed to copy other ROM files, like bmp.
    You can copy other ROM files by using a file manager.

    Program can handle both XIP and EXTIMAGE files.
    You should understand that all files comes without relocations.
    They are stripped from image and not stored in ROM at all.
    (Most of EXE files works fine)

    Compatible:
    Should work with Windows CE 4.2 and Windows CE 5.0.
    Tested in WM 2003 SE and WM 5.0.
    Please report about WM 2003 and WM 6.0.

    Interface
    *Enter path to module
    You should enter path to module, always \Windows\... ?
    *Save to:
    You should enter output filename.
    *"Set security offset to zero"
    clear security RVA and size fields.
    *"Set fixup offset to zero"
    clear relocations RVA and size fields.
    *"..." button
    you can chouse file from list.
    Double click on item will select it, "OK" will close.

    Program set some fields to:
    Linker version = 8.0
    Operating system version = 4.0
    Image version = 0.0
    Stack commit = 4096
    Heep commit = 4096
    Heap reserve = 0x100000
    Attached Files
    sigpic

Working...