Thanks for Your Donations
Latest Releases

FUSE

Fast & The Furious Showdown

Resident Evil Revelations

Metro Last Light

Iron Sky Invasion

Deadly Premonition The Director's Cut

Dragons Dogma Dark Arisen

Star Trek
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 42

Thread: OpenCobra: Cobra USB Dongle PS3 Payload by Oct0xor

  1. #1
    Melo's Avatar
    Melo is offline Senior Member Hall of Famer
    Join Date
    Jan 2011
    Location
    Panau Island
    Posts
    6,634
    Rep Power
    33

    Default OpenCobra: Cobra USB Dongle PS3 Payload by Oct0xor

    Today PlayStation 3 developer oct0xor shared a video of his OpenCobra Payload which aims to render the current Cobra USB dongle from Max Louarn useless.

    Below are the details from his blog, as follows:

    Quote Originally Posted by oct0xor
    First I am going to say that this is not going to be an article, just a first blog post and some info about my recent project.
    Finally I got my hands on cobra it was quite a lot of time since I touched this last time. There was s good things happened since then eg. I reverse engineered usercheat and true blue, had done a lot ps3 and not ps3 related hacking. There was a bad things eg. BlueDiskCFW, lv0 leak, a lot of devs leave the scene...
    Cobra was for me really "the last" thing I have to do.
    The last time when I worked on this I didnt had a dongle, and all what I had was a dump by JaiCraB. I reverse engineered it as much as possible, figure out almost all tricks, encrypton and etc. And figuare out that it reads a lot of data from dongle, and I cant do much without dongle itself. Thats why I put this project to the back burner.
    Well... I had never buyed anyone dongle, and I never was not going to. All my dongles was donated (thanks again ) but not that time.
    It was hard for me to make this decision but a few days ago cobra finally shipped to me... 3 days and now its all over.

    Security is good enough, but not without big security risks. But it still the best crypto/obfuscation what I had seen on ps3. Sony have something to learn from this guys, especially now.
    Cobra / True Blue almost identical, have the same source code, if you ever hacked 1 thing, 2nd wouldnt be a problem. The main functionality, honestly, not changed since original jb. Thats a shame. Thats why I cracking them like nuts.



    On the fourth day I taked a decision to make my own "OpenCobra" payload.
    Only clean code without drm and garbage, to be able to port it to any new firmware, and change/add features.
    It took 2 days, 3000 lines of asm, and you had seen the result.

    Atm it based on 4.1 payload, plans for future is check/add new features from 4.4/5.0. Port to a new firmware (if cobra will not do this for me), and realize all nice innovations from new version of psp emu, such as better emu accuracy, 3D and etc...
    In video you had seen Payload Loader. Thats the all code it has:

    Code:
    install_payload("OpenCobra_41.bin", PAYLOAD_OFFSET); // no comments
    // install hooks
    ...
    void sc8_0x9001(const char *path, const char *id) {
    lv2syscall8(8, 0x9001, (u64)path, (u64)id, 0, 0, 0, 0, 0);
    }
    void sc8_0x9002(u8 flag1, u8 flag2, u8 flag3, u8 flag4) {
    lv2syscall8(8, 0x9002, flag1, flag2, flag3, flag4, 0, 0, 0); // flag1 - eboot.bin encrypted/decrypted, flag2, flag3, flag4 - not real flags, its a tag related patch.
    }
    const char *path = "/dev_usb000/PSPISO/CRISIS CORE -FINAL FANTASY VII-.iso";
    const char *id = "ULUS-10336";
    sc8_0x9001(path, id);
    sc8_0x9002(0, 0, 0, 0);
    This tag related patches handled by mngr. So far I want to move it in payload. First I have to check how it handled in 4.4 / 5.0

    Not sure yet when it will be released, if it will be, but we will see.

    Keys!
    Code:
    LV2:
    7174e18ad8c87a31.... 3.0
    2005d05b1ac8a331.... 4.0
    3902a14001cd4836.... 4.4
    fd905abf25cdc236.... 5.0
    
    APP:
    3CFE6288B199F90A.... 3.0
    5824D034A3CEED3A.... 4.0
    8FA23E557693D4FE.... 4.1
    If this subject will be interested for people, maybe I will write a full article about True Blue / Cobra analysis and hacking.

    btw: Me and ~ some psp mysterious dark figure ~ reverse engineered algo for generating valid psp isos back to jule. But saves and a lot of games dont work without patching. So cobra's patched emu much better there imho."
    ps3news
    to code your links, click edit, go advanced and do this:
    Spoiler:
    <html><center><table border="0"><tbody>
    <tr><td style="border:0px;" colspan="3" align="center">
    <a href=http://www.ps3iso.com/ps3-game-downloads/138488-non-premium-games-thread-free.html>NON-PREMIUM GAMES THREAD</a></td></tr>
    <tr><td rowspan="2" style="border:0px">Forum Rules
    Download Section Rules
    How to Post News
    News Section
    Ps3 Game Downloads
    Ps3 Help
    Ps3 Tutorials
    Ps3 Requests
    Jailbreaking F.A.Q.s
    MultiMAN
    Rogero Cfw's</td>
    <td style="border:0px"></td>
    <td rowspan="2" style="border:0px"></td></tr>
    <tr><td style="border:0px"></td></tr></tbody></table>
    </center></html>

  2. #2
    squee666 is offline Junior Member Contemporary
    Join Date
    Jan 2012
    Posts
    3
    Rep Power
    3

    Default

    damnnn

    finally this could mean i can use multiman to play ps2 backups really want to play KH2+ with english patch

    all i even needed a dongle for.

    good times

  3. #3
    kirkyeehee's Avatar
    kirkyeehee is offline Senior Member PS3ISO Legend
    Join Date
    Mar 2009
    Location
    Somewhere you are not
    Posts
    925
    Rep Power
    14

    Default

    I just skimmed over this but I hope it leads to using the cobra dongle without the dongle so to speak You know much like that cheat engine thing. I'd love to play my 100+ PS2 games with the emulator cobra seems to have.
    Last edited by kirkyeehee; 18th December 2012 at 11:03 AM. Reason: fixing post so it made sense. I need more sleep

  4. #4
    bobk is offline Member Starting To Post
    Join Date
    Mar 2012
    Posts
    31
    Rep Power
    3

    Default

    "Cobra / True Blue almost identical, have the same source code"

    That should tell you something. I'm glad someone broke the thing.

  5. #5
    Bliv is offline Senior Member PS3ISO Supporter
    Join Date
    Feb 2011
    Posts
    142
    Rep Power
    5

    Default

    Quote Originally Posted by squee666 View Post
    damnnn

    finally this could mean i can use multiman to play ps2 backups really want to play KH2+ with english patch

    all i even needed a dongle for.

    good times
    Eventually anyways, that's still assuming you have a backwards compatible ps3 (at least until someone manages to port the ps2 software emulator in a user friendly fashion that doesn't require FSM)

    What I think is most interesting about this is... ISOs!!!! Soooo much handier then loading PS2 games from disc. Plus fingers crossed, but maybe we'll get ISO functionality across the board for psx, ps2, and ps3. I'd much rather take advantage of that and maybe even ntfs.

  6. #6
    rednekcowboy's Avatar
    rednekcowboy is offline Senior Member PS3ISO Enthusiast
    Join Date
    Jul 2011
    Posts
    264
    Rep Power
    4

    Default

    Quote Originally Posted by kirkyeehee View Post
    I just skimmed over this but I hope it leads to using the cobra dongle without the dongle so to speak You know much like that cheat engine thing. I'd love to play my 100+ PS2 games with the emulator cobra seems to have.
    I'm with ya there!! I started replaying the final fantasy games (psx psn), just want to run through them quick as I'm only on vacation for a couple of weeks and have reverted to finding saves I can use that have been pre-hacked. I looked for some for the re/silent hill gamesaves but they aren't quite as easy to find.
    Last edited by rednekcowboy; 18th December 2012 at 06:40 PM.

  7. #7
    Melo's Avatar
    Melo is offline Senior Member Hall of Famer
    Join Date
    Jan 2011
    Location
    Panau Island
    Posts
    6,634
    Rep Power
    33

    Default

    So, are ps2 games going to run smoothly on slim ps3 now or just BC ps3's?
    And what's your thought, will deank support this free payload like adding it in mm or keep going behind another closed source dongle?
    to code your links, click edit, go advanced and do this:
    Spoiler:
    <html><center><table border="0"><tbody>
    <tr><td style="border:0px;" colspan="3" align="center">
    <a href=http://www.ps3iso.com/ps3-game-downloads/138488-non-premium-games-thread-free.html>NON-PREMIUM GAMES THREAD</a></td></tr>
    <tr><td rowspan="2" style="border:0px">Forum Rules
    Download Section Rules
    How to Post News
    News Section
    Ps3 Game Downloads
    Ps3 Help
    Ps3 Tutorials
    Ps3 Requests
    Jailbreaking F.A.Q.s
    MultiMAN
    Rogero Cfw's</td>
    <td style="border:0px"></td>
    <td rowspan="2" style="border:0px"></td></tr>
    <tr><td style="border:0px"></td></tr></tbody></table>
    </center></html>

  8. #8
    ireggae's Avatar
    ireggae is offline Universal Moderator Hall of Famer
    Join Date
    Jan 2011
    Location
    Xbox Live
    Posts
    5,208
    Rep Power
    26

    Default

    i think it ps3 games only would work if you had a backwards compatible ps3
    Check Out the Pc Zone! From Movies, Apps, and Mobile to Music and Anime!
    http://www.ps3iso.com/pc-zone/

  9. #9
    Bliv is offline Senior Member PS3ISO Supporter
    Join Date
    Feb 2011
    Posts
    142
    Rep Power
    5

    Default

    Quote Originally Posted by Melo View Post
    So, are ps2 games going to run smoothly on slim ps3 now or just BC ps3's?
    And what's your thought, will deank support this free payload like adding it in mm or keep going behind another closed source dongle?
    Pretty sure just BC ps3s for now. Was under the impression for non-bc ps3s the Cobra dongle relied on the old software emulator much like the FSM method that exists right now so PS3s without the PS2 chip or emulation software can play discs. Software emulator = laggy and not fully bc.

  10. #10
    VashTS is offline Member PS3ISO Member
    Join Date
    Jan 2011
    Posts
    75
    Rep Power
    5

    Default

    psp will work right ?! OMG I NEED SOME DJ MAX NAOOOW

Page 1 of 5 123 ... 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
  •