Tool like xextool or dexbe for PS2?

Discussion in 'Sony Programming and Development' started by Colek, Apr 21, 2016.

  1. Colek

    Colek Active Member

    Joined:
    Feb 17, 2016
    Messages:
    47
    Likes Received:
    19
    Location:
    Poland
    I would want to know if there is tool that would let me check the build date of executable and if it's signed for debug or retail.
     
    gwald and MrMario2011 like this.
  2. sp193

    sp193 Familiar Face

    Joined:
    Mar 29, 2012
    Messages:
    1,283
    Likes Received:
    125
    Location:
    シンガポール
    No, there isn't. PlayStation 2 binaries are all in plaintext, unless they are protected by either MagicGate or DNAS. Or even both.
     
    Colek likes this.
  3. l_oliveira

    l_oliveira Officer at Arms

    Joined:
    Nov 24, 2007
    Messages:
    3,541
    Likes Received:
    60
    Location:
    Brazil
    Additionally all you can say about a PS2 binary is if it got debug symbols or not. Surprisingly a LOT of games actually shipped with non stripped builds of the executable, wasting memory and leaving precious information about the system behind.

    One can say that the files timestamp is the only reliable way to reasonably infer about the build date of a game. And only trust that if you extracted it from a silver disc yourself as stuff floating around the internet is often tampered with...
     
    tkeely4777 likes this.
  4. sp193

    sp193 Familiar Face

    Joined:
    Mar 29, 2012
    Messages:
    1,283
    Likes Received:
    125
    Location:
    シンガポール
    It depends. Having debug information does not necessarily mean that it will take up more RAM because the PS2 kernel will ignore the non-loadable segments.

    However, it may take up more RAM and be slower if the code was not compiled with optimization, which might be done to make debugging easier.
     
    tkeely4777 and l_oliveira like this.

Share This Page