Psion IMG/APP
From Just Solve the File Format Problem
(Difference between revisions)
m |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
The difference, if any, between IMG and APP is not clear. It may be that the only difference is that an APP file contains an icon (in [[Psion PIC]] format). | The difference, if any, between IMG and APP is not clear. It may be that the only difference is that an APP file contains an icon (in [[Psion PIC]] format). | ||
− | See also [[Psion OPO/OPA]] | + | See also: |
+ | * [[Psion OPO/OPA]] (similar formats) | ||
+ | * [[EPOC/Symbian executable]] (successor formats) | ||
== Identification == | == Identification == | ||
Line 15: | Line 17: | ||
== Specifications == | == Specifications == | ||
* http://www.davros.org/psion/psionics/img.fmt | * http://www.davros.org/psion/psionics/img.fmt | ||
+ | |||
+ | == Software == | ||
+ | * {{Deark}} (extract embedded file) | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/pdasoftware/PSION/UTILS/CMDP/CMDP.IMG | * http://cd.textfiles.com/pdasoftware/PSION/UTILS/CMDP/CMDP.IMG | ||
* http://cd.textfiles.com/pdasoftware/PSION/GAMES/HR/HOMERUN.APP | * http://cd.textfiles.com/pdasoftware/PSION/GAMES/HR/HOMERUN.APP | ||
+ | * {{DexvertSamples|executable/psionAPP}} | ||
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
+ | [[Category:EPOC/Symbian]] |
Latest revision as of 04:06, 28 December 2023
IMG and APP are executable formats used on Psion PDA devices.
The difference, if any, between IMG and APP is not clear. It may be that the only difference is that an APP file contains an icon (in Psion PIC format).
See also:
- Psion OPO/OPA (similar formats)
- EPOC/Symbian executable (successor formats)
Contents |
[edit] Identification
IMG and APP files begin with the ASCII signature "ImageFileType**
".
[edit] Specifications
[edit] Software
- Deark (extract embedded file)