|
| |
|
Scott Yost from Microsoft explains file system in Windows Mobile, hints at unofficial tools December 30, 2007 [General] | By Edward J. R. It is not often when somebody from Microsoft points out to unofficial tools that make it possible to hack Microsoft commercial software, here: ROM images with Windows Mobile operating system... what is important for some users because sometimes some pre-installed 3rd party software and some Windows Mobile OS components (like remote desktop) are not included in all ROM images and people would like to copy them to their own Windows Mobile phones. Scott Yost from Windows Mobile division of Microsoft USA, who specializes there in code signing, security policies, revocation and certificates, admits: There are unsupported tools externally available that are able to copy the modules out of ROM and then try to reconstruct the original file. If you still need to extract those bytes, you can probably find one of those tools. He also explains the file attributes in Windows Mobile: There are two main sections of the internal ROM of a device, called FILES and MODULES. You can copy anything you want out of the FILES section. All of the data files like graphics and other multimedia go in the FILES section. Some program binaries will also end up in the FILES section, depending on where Microsoft and the OEM choose to put them. You can tell a file in the MODULES section because it will have the FILE_ATTRIBUTE_ROMMODULE attribute as well as FILE_ATTRIBUTE_INROM. Files in the FILES section will only have FILE_ATTRIBUTE_INROM. If you're looking at the files in a file explorer that shows attributes in hex, FILE_ATTRIBUTE_ROMMODULE|FILE_ATTRIBUTE_INROM shows up as 0x2040. To read more, click HERE.
|
| ||||||
| |