Announcement

Collapse
No announcement yet.

How convert XPloder / XPlorer to Game Shark

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Check this out:

    Xploder PSX Code Cryptor

    From the README:

    Code:
    Even though I cracked the Xploder code encryption many years ago, I never
    released an actual crypto program publicly. (I only put out the reverse-
    engineered crypto routines but nobody used them to develop a program.)
    
    However, here is xpcrypt, a simple console application which allows you to
    decrypt or encrypt Xploder codes for PSX. Feel free to write a more
    sophisticated tool. ;)
    Download xpcrypt (Win32)

    Comment


    • #32
      Cool, and thanks again for cracking them in the first place

      I'm nearly finished implementing all four of the schemes in Majestic Porter, though I ran into a roadblock last night for a while, and ended up getting sidetracked.
      I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

      Comment


      • #33
        OK, PSX XPloder decryption for all four schemes is implemented. I've updated the Majestic Porter thread, and added the latest version to the Downloads section, here:

        http://gshi.org/downloads/Majestic_Porter.zip

        However, I'd like to add support for encrypted N64 codes as well. Who cracked those (so I can give proper credit), and is the 4k encryption any different than that of the PSX (or is there even a 4k encryption for the N64 XPloder)?
        I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

        Comment


        • #34
          And, luigi: these codes you posted...

          ______________________________
          Stoppuhr 00:00:00

          3424 0BF1 71B7 = 3001 F012 00A0


          Moon Jump (alle Level)

          742D 5B45 3683 = D008 A19E 7FEF
          3426 B92D E159 = 3003 42FC 0000
          942D 5B45 3683 = D108 A19E 7FEF
          3426 B92D E15F = 3003 42FC 0006

          Sudden Death

          3426 C20C AC5E = 3003 39EE 0000
          ______________________________

          ...are encrypted with the 4k scheme. Majestic Porter can decrypt them for you, but you have to keep in mind that 70 for XPloder/GameBuster is the equivalent of D0 for GS, as is 90 the equivalent of D1. Take a look at the code types FAQs in the Library (and the wiki) if you need to.

          Perhaps later I'll add an option to convert codes to GS format after decryption (change code types).
          I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

          Comment


          • #35
            Great, thanks for the new version of the majestic porter Lazy Bastard

            Comment


            • #36
              No problem; thank misfire for doing the hard work

              I'll update MP a little more tonight or tomorrow.
              I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

              Comment


              • #37
                Oh, and as a note, what I said about Secrets of Professional GameShark Hacking wasn't true per se; they should have mentioned that all numbers should be treated as unsigned 8-bit numbers, and, more importantly, that operations were performed on the results of previous operations. The way the FAQ displays the three routines it has now, it seems a lot more like all operations are performed on the original code. This is what threw me off in the beginning.
                I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

                Comment

                Working...
                X