From f1e8e9b8b6858e716bb4a1d75b8c8d26f2d505d0 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 13 Nov 2015 00:39:08 +0000 Subject: [PATCH] PR/496: Add more details for the PS/X executable format and add the CPE format. --- magic/Magdir/console | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/console b/magic/Magdir/console index 9dee3ffc..aea4902b 100644 --- a/magic/Magdir/console +++ b/magic/Magdir/console @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: console,v 1.20 2015/03/15 23:21:42 christos Exp $ +# $File: console,v 1.21 2015/11/13 00:39:08 christos Exp $ # Console game magic # Toby Deshane # ines: file(1) magic for Marat's iNES Nintendo Entertainment System @@ -133,9 +133,25 @@ #------------------------------------------------------------------------------ # Sony Playstation executables (Adam Sjoegren ) : 0 string PS-X\ EXE Sony Playstation executable +>16 lelong x PC=0x%08lx, +>20 lelong !0 GP=0x%08lx, +>24 lelong !0 .text=[0x%08lx, +>>28 lelong x \b0x%lx], +>32 lelong !0 .data=[0x%08lx, +>>36 lelong x \b0x%lx], +>40 lelong !0 .bss=[0x%08lx, +>>44 lelong x \b0x%lx], +>48 lelong !0 Stack=0x%08lx, +>48 lelong =0 No Stack!, +>52 lelong !0 StackSize=0x%lx, +#>76 string >\0 (%s) # Area: >113 string x (%s) +# CPE executables +0 string CPE CPE executable +>3 byte x (version %d) + #------------------------------------------------------------------------------ # Microsoft Xbox executables .xbe (Esa Hyytia ) 0 string XBEH XBE, Microsoft Xbox executable -- 2.40.0