From 1f72db08fb8b8c296da767fa62b4fc6a06dca8b2 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 fa89f642..da32f4f8 100644 --- a/magic/Magdir/console +++ b/magic/Magdir/console @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: console,v 1.19 2013/02/06 14:18:52 christos Exp $ +# $File: console,v 1.20 2015/03/15 23:21:42 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.50.1