Announcement

Collapse
No announcement yet.

PS3Tools GUI Edition v1.2

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

  • PS3Tools GUI Edition v1.2

    PlayStation 3 homebrew developer PsDev has updated PS3Tools GUI Edition to version 1.2.

    This update adds SCE info alongside a hexdump option to dump the decrypted PS3 Core_OS for PlayStation 3 developers to examine.

    Changes

    Added SCE info

    SCE info- lv0

    SCE info- lv1ldr

    SCE info- lv2ldr

    SCE info- appldr

    SCE info- isoldr

    SCE info- EBOOT.BIN

    Added hexdump option to dump decrypted core_os

    Thanks to naehrwert, HSReina, Math, fail0verflow of course and any one else I forgot.

    Originally posted at PS3 News.
    The Hackmaster

  • #2
    PsDev is back today with an update to his PS3Tools GUI Edition, bringing the current version up to 2.0. This time around, he has collaborated with SnowyDew; and has actually incorporated the EDAT tools into the current set of PS3Tools.

    Whether you are a seasoned PS3 scene veteran, or a complete n00b, you will want to check out this tool set and add it to your collection.

    thanks to naehwert, snowydew, KaKaRoToKS, geohot, math and any one else I forgot

    Follow me on twitter:@RealPsDev
    The Hackmaster

    Comment


    • #3
      PS3Tools GUI Edition v2.1

      By PsDev
      Published on 06/26/2012 10:04 P.M.

      Following up on the latest release, PS3Tools GUI Edition has been updated to v2.1. The major addition is a Retail PKG decryption and extraction tool. I also removed the extra tools as it wasn't needed, and wasted space, most external programs are gonna be taken out and be coded so it's internal. That way space, folder size and your Computers memory is more free.

      I need to thank math because, this uses his AES engine and without it I would have had to code one on my own. (Don't worry, I had his permission). It was truly a pain incorporating this into my program, much harder than the EDAT tools.

      Code:
      PS3AESKEY
      private byte[] PS3AesKey = new byte[16] {
      0x2E, 0x7B, 0x71, 0xD7, 0xC9, 0xC9, 0xA1, 0x4E,
      0xA3, 0x22, 0x1F, 0x18, 0x88, 0x28, 0xB8, 0xF8
      DOWNLOAD: PS3Tools GUI Edition v2.1
      The Hackmaster

      Comment


      • #4
        PS3Tools GUI Edition v2.5 - MAJOR UPDATE + New GUI And New Features

        DOWNLOAD

        Source
        The Hackmaster

        Comment


        • #5
          PS3Tools GUI Edition v3.3

          PlayStation Scene developer PSDev has released PS3Tools GUI Edition v3.3 which he’s dubbed as his “Final Release” considering the application is not expected to receive anymore software updates in the foreseeable future. This does not mean our good friend PSDev did not go out with a bang — many new features have been added to spice things up since it’s last revision.

          PSDev has stuck by his work for many months in which time he’s delivered 12 groundbreaking software updates — each one bringing more than the last. His work is very fundamental to the PS3 Scene and the name PS3Tools GUI Edition has been forever immortalized in the PS3 Scene history books. He is one of the hardest working developers in the PS3 Scene and is very passionate about his work. With that said, I’d like you all to give PSDev the respect he deserves by thanking him one last time for the time he’s spent working on this phenomenal program!

          An optional donation to PSDev may be sent via PayPal: [email protected]

          PSDev:

          It has been fun making this program, it has gone threw 12 awesome updates. I’m sad to stop working on it, but I’m happy to see what you guys can continue to make it into. I will release the source code, but not today, not in this thread. lets leave that for another time and focus on this release. This is also the most stable version, all features have been tested not only by me but other people too, (Dcnigma, Industerialcode) and all features work properly.

          CHANGES:

          scetool v0.28 added
          New keys added to keyset
          New script for EBOOT resigning
          New file system layout
          Removed do it button
          Now everytime you select a option from one of the drop down menu it does that option right away
          Removed SELF tool
          Cleaner
          Every option has its individual message box completion of operation

          There is a new way that the file system works. There is a individual folder for all the tools (PUP Tools, scetool, Core_os Tool ect) And when you want to use the tool just place the file in the correct folder and use the GUI. This system is cleaner and allows me to not use as much code.

          there is a script in the scetool folder called fix. This script is what can be edited to your standards for the EBOOT resigning. I did this so if you want to sign for 3.41 ect or change compression or anything just edit the script and run the GUI no need for new update, much more efficient.

          Code:
          @echo off
          FOR /F “tokens=1,2 delims= ” %%A IN (‘scetool.exe -i EBOOT.BIN’) DO (
          if [%%A]==[ContentID] set CID=%%B
          )
          scetool.exe –decrypt EBOOT.BIN EBOOT.ELF
          rename EBOOT.BIN ORIGINAL_EBOOT.BIN > NUL
          pause
          scetool.exe –sce-type=SELF –compress-data=FALSE –skip-sections=TRUE –key-revision=0A –self-auth-id=1010000001000003 –self-add-shdrs=TRUE –self-vendor-id=01000002 –self-type=NPDRM –self-fw-version=0003005500000000 –np-license-type=FREE –np-content-id=%CID% –np-app-type=EXEC –np-real-fname=EBOOT.BIN –encrypt EBOOT.ELF EBOOT.BIN
          pause
          del /Q EBOOT.ELF > NUL
          scetool -i EBOOT.BIN
          pause
          There is no more “Do It” button, since I change the way the files are modified I thought I will just make every option a button it self, si when you click the option you like from the drop down menu it will do the operation Note* After click may take a sec for the operation to start be patient.

          DOWNLOAD

          Please Read the License File
          The Hackmaster

          Comment


          • #6
            PS3 Tools GUI Edition Source Code Released

            The source code to PS3 Tools GUI Edition by PSDev has been released, and is now available via Github. The final version of PS3 Tools GUI Edition dropped little over a week ago, and shortly after it’s release, PSDev made it abundantly clear that the source code would be officially released in the coming days. Now that the source code has been made available to developers and users alike, I think it's safe to say that PSDev is excited to see what the community thinks of his work.

            Aspiring homebrew developers interested in working with PlayStation 3 hardware are encouraged to pay visits to the PS3DevWiki before attempting to make any modifications.

            Donations to PSDev can be made via PayPal: [email protected]

            PS3 Tools GUI Edition Source
            The Hackmaster

            Comment


            • #7
              PS3Tools GUI Edition v3.5 - Ac1DMoDz Version released

              While PsDev has already released the final version of PS3Tools, 'Ac1DMoDz' decided to launch his own version with a new visual design.

              Yes, PsDev said that v3.3 of PS3Tools GUI Edition was his last one, but fortunately he released its Source Code.

              Thanks to that, 'Ac1DMoDz' decided to create his own version with some nice visual improvements, and seems that he also has plans to add a theme and more tools in the future.

              PS3Tools 3.5 GUI Edition is finally here! Ac1DMoDz has released a new sleek version of PS3Tools GUI Edition. This update includes a new layout and design. He plans on adding more tools and a theme in version 3.6.

              Thanks to PsDev, Snowydew, Geohot, Fail0verFlow and everyone else who made this possible.

              How to use:

              Put the PS3UPDAT file into the PUP Tools folder and select PUP unpack in the GUI same with all the other files.
              You can download the new version from HERE!

              NEWS SOURCE

              Our thanks to 'Gauss' for this news item!
              The Hackmaster

              Comment


              • #8
                PS3Tools GUI Edition Version 3.6

                PS3 Developer Ac1DMoDz is back with an update to PS3Tools, bringing this release to version 3.6. PS3 Developer PSDev decided to stop working on this project to focus on some other things in the PS3 Scene, so Ac1DMoDz is continuing to develop PS3Tools. Included in version 3.6 are the addition of and SFO Editor, as well as a package viewer to this very handy tool.

                The package viewer is also in a brand new category which is also called Package Tools. One item of note is that the Core-os HexDump was removed, as it was disabled back in version 3.3.

                Download

                Source
                The Hackmaster

                Comment


                • #9
                  PS3Tools GUI Edition v3.7 – More Tools and Updates

                  By Annelies

                  PSX-Scene developer Ac1DMoDz has released a modified version of PSDev‘s PS3Tools GUI Edition which includes PS3 HDD Studio, Package Tool Kit GUI and an HDD Category. In addition, SCETool is now up-to-date.

                  According to Ac1DMoDz, there will be two versions of this release: one with Package Tool Kit and one without. The reason behind his decision is because a few applications that lie within Package Tool Kit come off as false positives and will set off your anti-virus application(s).

                  "There will be two version’s of this release! One with the Package Toolkit and one without. The reason I’ve made two is because a few applications in the Package Tool Kit give off as a False-Positive. So if you do not want the one with the toolkit, just download the one without! Enjoy! – Ac1DMoDz"

                  Source

                  Download - No Package Tool Kit Included

                  Download - Includes Package Tool Kit
                  The Hackmaster

                  Comment

                  Working...
                  X