Forum: Latest News - Get all of the latest legal dev and underground news as it relates to the Sony PlayStation right here on PSX-Scene.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: PROJECT: PL3 Payload that spoofs version to 3.50
  

Page 1 of 8 1 2 3 ... LastLast
Results 1 to 10 of 76
  1. #1 PROJECT: PL3 Payload that spoofs version to 3.50 
    ecosystem_mod is offline Registered User
    Join Date
    Nov 2010
    Posts
    5
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I have made a payload that spoofs version to 3.50!


    It works by capturing VSH code in the moment after it decrypts INDEX.DAT.

    Unluckily, it is not enough to connect to the PSN, it still refuses to connect. I have only faked the version but there are other numbers, such as release numbers. I don't know what these numbers would be on v3.50. You can try by modifying the payload with an hex-editor and maybe someone finds the proper numbers.

    Technical info for geeks:

    INDEX.DAT is the encrypted version of VERSION.TXT. After decryption, INDEX.DAT is a 20 bytes SHA1 followed by 12 bytes of PADDING, followed by a content identical to that of VERSION.TXT.

    My payload works by hooking the MEMCMP that the VSH performs with the SHA1 to a syscall, the SYSCALL 10, which is implemented in the payload to fill the buffer with other data.

    The payload is just a PL3 default payload with that syscall 10 added and two additional patches added to memory_patch_table_1 (PATCH_INST(0x190C90, li %r11, 10) and PATCH_INST(0x190C94, sc)), and converted to the port1_config_descriptor.bin format.

    Only for v3.41. Have fun!

    UPDATE: second version

    Now it also fakes the auth/revision code from 45039 to 46135, which is the supposed one for v3.50. This value was also hard-coded in VSH.SELF, so two additional patches are done to change that string in VSH.SELF too. If you are gonna change the auth number, remember that you must update that patch too, or you will get a beautiful red screen.

    Also it now patches a syscall that gets the SDK version of a process, the patch only fakes the one for vsh. Vsh calls this function before entering the PSN. Despite all of this, PSN still doesn't connect, but now there is a different behavior: before it told you to update and if you answered yes, you could go through the update process. Now it still tells you to update, but i you click yes, then it tells you that you are on latest version and doesn't let you to update.

    I post binary and the three source files that must replace/add to the PL3 one.

    Update: 2.01, small bug-fix (cmpwi != cmpw), still no luck with psn.
    Attached Files
    Last edited by garyopa; 11-10-2010 at 11:25 AM. Reason: Spelling! - Ver 2.0 is good enough for front page news!
    Reply With Quote  

  2. #2  
    iLLNESS is offline Member
    Join Date
    Dec 2002
    Location
    Ontario
    Posts
    923
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    any chance we could get the .S?

    is there any benefit currently with this payload for spoofing to 3.50 firmware? ie: does it allow games to actually run without having their manager patch the sfo/etc?
    PIC based jailbreakers please visit my thread below and please READ. I have spent a few hours now trying to explain everythign as best I can here. You will also find my latest HEX releases there as well.

    http://psx-scene.com/forums/showthre...946#post546946
    Reply With Quote  

  3. #3  
    ecosystem_mod is offline Registered User
    Join Date
    Nov 2010
    Posts
    5
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Didn't want to release source because i've commited some lazyness.
    But anyways, here you have the only two files modified by latest, as downloaded some hours ago, PL3.

    You can see the two additional patches in memory_patching.h.S. I used direct offsets instead of putting symbols in firmware_symbols.h because I was damn lazy. To complete the payload you need to put the firmware version data here (in default_payload.S):

    version_str:
    .space 0x2D0, 0x99

    Replacing the space 0x2D0, 0x99 with the data, which should be 0x2D0 size.

    I was lazy again and I just pasted the proper content after compilation with an hex editor.
    Attached Files
    Reply With Quote  

  4. #4  
    ecosystem_mod is offline Registered User
    Join Date
    Nov 2010
    Posts
    5
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    As for the other question, dunno if games with higher version work without sfo editing, but i think they should work. Anyways, real purpose of this is to at least allow tests to be done.
    Reply With Quote  

  5. #5  
    barnhilltrckn is offline Member
    Join Date
    Sep 2009
    Posts
    268
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    11
    This is cool but what does it offer?? Does it allow going on psn, playing new games that require 3.50, ect?

    Im not saying that is isnt a good contribution, im just wondering and im sure everyone here reading this is wondering the same thing.

    edit: you just answered as i was typing it in .
    Reply With Quote  

  6. #6  
    ecosystem_mod is offline Registered User
    Join Date
    Nov 2010
    Posts
    5
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    It serves the purpose of faking version. It is a matter of time to check if it leads to more things.
    Reply With Quote  

  7. #7  
    Mathematician is offline Member
    Join Date
    Oct 2010
    Posts
    300
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    71
    Likes Received
    21
    Quote Originally Posted by barnhilltrckn View Post
    This is cool but what does it offer?? Does it allow going on psn, playing new games that require 3.50, ect?

    Im not saying that is isnt a good contribution, im just wondering and im sure everyone here reading this is wondering the same thing.

    edit: you just answered as i was typing it in .
    By the sounds of it, it won't allow to decrypt 3.50 eboots, if you want a 3.50 game to work on 3.41 you still have to find a 3.41 eboot for the same game (maybe from a demo or debug package).

    It sounds like it is some progress to bypassing psn checks. However, I think sony put more thought into just a 3.50 check, they have put a type of file check that only 3.50 users have embedded deep in the firmware.

    It may be a way of preventing updates to the PS3.
    Reply With Quote  

  8. #8  
    Join Date
    Aug 2010
    Location
    Flint, Michigan
    Posts
    629
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    10
    I tested the payload using a TI-84+ and a retail disc of Call of Duty: Black Ops

    When loading from the retail disc, it black screens.

    When loading from a backup (using Gaia 1.02 or Backup Manager) it black screens. Also, there is no option to Mem Patch the games.

    If you go into System info, it shows that the firmware is 3.50 though.


    So far, nothing has been implemented that will allow us to play 3.50 without issues. I am looking forward to seeing if anything good comes from this.

    Have you submitted your changes to the PL3 GitHub? They may be able to help a little more.

    EDIT:
    I may have come off like I wasn't impressed... I am very impressed. Great work so far!
    Reply With Quote  

  9. #9  
    mikerock98 is offline Banned
    Join Date
    Oct 2010
    Posts
    337
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    0
    Quote Originally Posted by remainnameless View Post
    I tested the payload using a TI-84+ and a retail disc of Call of Duty: Black Ops

    When loading from the retail disc, it black screens.

    When loading from a backup (using Gaia 1.02 or Backup Manager) it black screens. Also, there is no option to Mem Patch the games.

    If you go into System info, it shows that the firmware is 3.50 though.


    So far, nothing has been implemented that will allow us to play 3.50 without issues. I am looking forward to seeing if anything good comes from this.

    Have you submitted your changes to the PL3 GitHub? They may be able to help a little more.

    EDIT:
    I may have come off like I wasn't impressed... I am very impressed. Great work so far!
    That does sound like a start......at least were moving in the right direction.....keep up the good work Eco....That is one impressive first post!
    Reply With Quote  

  10. #10  
    chesh's Avatar
    chesh is offline New Moderator on the block
    Join Date
    Sep 2006
    Location
    Spokane
    Posts
    5,197
    Downloads
    1
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    33
    Likes Received
    124
    No kidding, eco. Awesome work! Where the hell did you come from?? You program for any of the other scenes?
    Reply With Quote  

Page 1 of 8 1 2 3 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •