1. Please read the rules on SDK and Recovery files for all systems. There are legal differences between direct links and links to other sites. Please read the rules to understand the difference between a download and a link. Dismissing this notice will acknowledge you are aware of the rules.
  2. File sharing rules have changed please read the rules again. Primary changes involve Xbox 360 and PlayStation 4. Dismissal of this notice is a recognition of the change of rules.

[Share]Phantasy Star IV

Discussion in 'File Downloads - Share and Request' started by ExplodedHamster, Aug 5, 2017.

  1. ExplodedHamster

    ExplodedHamster Spirited Member

    Joined:
    Nov 26, 2015
    Messages:
    131
    Likes Received:
    145
    upaluppa, windwakr and good like this.
  2. ExplodedHamster

    ExplodedHamster Spirited Member

    Joined:
    Nov 26, 2015
    Messages:
    131
    Likes Received:
    145
    upaluppa likes this.
  3. ehw

    ehw Active Member

    Joined:
    Feb 16, 2017
    Messages:
    31
    Likes Received:
    67
    This matches the US final but the ROM has been watermarked to Jaime Wojick, who was the product manager for the game.
     
    good likes this.
  4. ExplodedHamster

    ExplodedHamster Spirited Member

    Joined:
    Nov 26, 2015
    Messages:
    131
    Likes Received:
    145
    What program can you use to figure that out specifically?
     
  5. ehw

    ehw Active Member

    Joined:
    Feb 16, 2017
    Messages:
    31
    Likes Received:
    67
    There really isn't a program that can do it per se, you have to find the data in the ROM and do it manually. In the ROM header, there's a section dedicated for leaving comments that's located at 0x1C8. Commercial games don't have anything written in there usually, but prototypes sometimes do. For prototypes meant for magazines, someone will often watermark/fingerprint the ROM by writing an encrypted message in the ROM header that identifies who was responsible for managing the prototype (it'll usually either be a name, media outlet, or just the purpose of the build). The message is encrypted with a simple XOR on every byte in the message with a 1 byte key. The key itself can only use values 0-255 (or 0x0-0xFF), so there are only 256 possible keys making it very trivial to crack.You can use an online programmers calculator to XOR each byte to output the message. In Phantasy Star 4's and Vectorman 2's case, the key was 0xF0.

    So for example:

    Original message (encrypted):
    9D 9B 70 9A 91 99 9D 95 70 A7 9F 9A 99 93 9B

    Key (to XOR with):
    F0

    Decrypted message (XOR):
    6D 6B 80 6A 61 69 6D 65 80 77 6F 6A 69 63 6B

    In ASCII:
    mk€jaime€wojick
     
    CodeAsm and good like this.
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page