Announcement

Collapse
No announcement yet.

Ps3 Elf disassembler?

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

  • Ps3 Elf disassembler?

    Hi people! Now that the keys are found and we are able to decompress el files I would like to ask if someone can find a ps3 disassembler other than ida pro. i know ida is very hard to learn...

    is something like hanimar ps3dis for ps3?

    Thanx for support
    "Shikin Haramitsu Daikomyo"

  • #2
    I don't have a PS3, so I can't help you any further with the programs. Skiller, or some of the others with a PS3 should be able to help you.

    http://www.ps3news.com/forums/playst...-112812-3.html

    I just found this: http://forums.qj.net/ps3-hacks-explo...assembler.html
    Last edited by Hacc; 01-20-2011, 01:49:30 PM.

    Comment


    • #3
      Thank you for your answer I'll have a look
      "Shikin Haramitsu Daikomyo"

      Comment


      • #4
        When you install the PS3 toolchain (https://github.com/ooPo/ps3toolchain/), you can use ppu-objdump and spu-objdump to disassemble code (use -d or -D option).

        Comment


        • #5
          thanx Misfire, I tried to have a look at uncompressed elf using ida, but it's very hard to find cheats disassembling into ps3! W would need something like artemis for ps3, I think you could make it!
          "Shikin Haramitsu Daikomyo"

          Comment


          • #6
            on the CMP we been messing with hacking the ps3 for a little bit now .. even added a little CMP AUto Tools (Bat) files to alow for easy Cheat code and pkg making . :P
            its been kinda fun

            For If you like what i do

            Comment


            • #7
              I thank you guys for all your hard work.
              I'm finally able to really enjoy Final Fantasy 13 now that I have Max Gil!
              http://OldGameHacking.com/
              http://www.youtube.com/user/DreamcastVideos

              Comment


              • #8
                Great news Skiller!!
                So we can find our own codes for PS3??
                "Shikin Haramitsu Daikomyo"

                Comment


                • #9
                  @Skiller

                  How do you "hack" codes for PS3? I'm interested.

                  Comment


                  • #10
                    Right now its by decryption of the Eboot .. Down to Elf ..

                    Max value searching .. and testing.. i set up a test eboot with the max value of one type example 99999999 to write diffrent values for each instince of that value .. and then run the game with the modded eboot and do everything i can to change the values in game and see what they get set to .. then match it to the ones i have changed ..
                    then i just have to find where the SW Or Read function is and setup my code to wite back the max Amount .. or do what i want it to do ..

                    example in Yakuza 3 the Exp code i did enables me when the codes on to use a section of 0x64 for Subrutines .. and i can also peek around in the memory sections by writing the values of the offsets around the EXP offset to the exp and i can find other current values .. its exactly how we hacked for the the time of Save and live dumping on the ps2 (CMP dump codes)

                    the only issue is that the only real program for decrypting is IDA .. and in the end it still gets buggerd up .. do to the ps3tools not being compleate ....

                    on the user side iv made it semi simple to add the premade codes to the eboot as long as u have the ps3 tools iv setup some bats that will guide u threw the process of Decrypting the eboot adding codes and then back to encrypting and making pkg ..

                    the way i hack ps3 right now my self is using a txt file that CMP Auto tools will output after the elfs been decrypted .. using vdappc.exe note then best since its missing some ops from ps3.. i open it in Programers notpade since its the only thing that dont crash .. i seach for what i want to change most of the time max value.. or Trophie values since they lead back to actual stats to lol .. then use Hexworkshop on the decrypted eboot to change them to an Aray of diffrent numbers if there is more then one .. if there is just one i change it to wite max ..

                    sorry if u cant fallow it to much but as u can see how we do the hacks is not as easy as goin threw ram :P

                    once i have the code i just post something that looks like this

                    Max Xp (upgrade points)
                    Orignal Game Pattern:
                    3C6000987C84F8147CA5F81478840020
                    Code Pattern:
                    3C6000986063967F907E001848000060

                    ppl use the code to Eboot part of CMP auto tools (had a CMD program made just for this lol) and bam u have your self a Working code once u recompile and install the pkg to your ps3.now that code freak is out iv been doin codefreak formated codes as well

                    the ones i post in CMP format are universal .. meaning work on every version and Region .. since there just patterns :P


                    if u want to look into it more just come visit us on the cmp

                    For If you like what i do

                    Comment


                    • #11
                      Since PS3 ram is not encrypted can someone build up a memory cheat trainer for PS3??
                      "Shikin Haramitsu Daikomyo"

                      Comment


                      • #12
                        If I can get access to a PS3 disassembler and maybe a little documentation on ASM, I could try.
                        July 7, 2019

                        https://www.4shared.com/s/fLf6qQ66Zee
                        https://www.sendspace.com/file/jvsdbd

                        Comment


                        • #13
                          Thanx Bungholio!
                          Maybe Skiller's CMP Auto tools can help you scanning codes?
                          "Shikin Haramitsu Daikomyo"

                          Comment


                          • #14
                            I know a bit of ARM assembly and i'd like to start making ps3 cheats
                            But i've encounter some problems: i can't decrypt the EBOOT.BIN
                            I set up cygwin, i installed everything, but when i try "unself EBOOT.BIN EBOOT.ELF" i get: "not a SELF"
                            I'm trying to decrypt ninja gaiden sigma 2 (BLUS30380). I'm on 3.41 OFW, ps3 modded with stick

                            some questions: is that game decryptable? do i need any extra script for ida to analyze the decrypted eboots?

                            thanks and hope you guys can help me

                            Comment

                            Working...
                            X