Olygame



Page 17 of 24 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 237
  1. #161
    Administrator
    Join Date
    Jun 2011
    Location
    Tropical Island
    Posts
    1,783
    Total Thanks Given
    210
    Total Thanks Received
    6,150
    Total Thanked Posts
    1,361
    Gamer IDs

    Gamertag: garyopa PSN ID: opagary
    For those looking to try this out on their 16mb NOR PS3's, scene developer andbey0nd has released a tool to make it a bit easier:

    http://www.ps3crunch.net/forum/threa...16mb-NOR-PS3-s

    Please keep all related discussion in the right threads. -- Use this one for drama, as it does not seem to end, and the above new one for those actually doing a conversion.

  2.          
  3. The Following 4 Users Say Thank You to GaryOPA For This Useful Post:

    gDrive (07-12-2012), pete_uk (07-12-2012), Yuu (07-12-2012)

  4. #162
    Crunchtarded Asshole!
    Join Date
    Jul 2011
    Posts
    3,861
    Total Thanks Given
    13,244
    Total Thanks Received
    4,940
    Total Thanked Posts
    2,417
    Quote Originally Posted by GaryOPA View Post
    For those looking to try this out on their 16mb NOR PS3's, scene developer andbey0nd has released a tool to make it a bit easier:

    http://www.ps3crunch.net/forum/threa...16mb-NOR-PS3-s

    Please keep all related discussion in the right threads. -- Use this one for drama, as it does not seem to end, and the above new one for those actually doing a conversion.
    LOL (at the part highlighted in bold format) - it has been a comedic whore-fest Gary (which has ruined the whole thread)

    Also, you have made the right decision in the end though regarding the creation of a seperate news thread for the C2D tool!

    Quote Originally Posted by Gamba View Post
    It's all about personal greed, money, and especially the ' I've found this - why would I share it anyway when I have buddies in IRC who have the same mindset as me (money, e-penis)'.
    Point agreed (hence the thanks).
    Last edited by gDrive; 07-12-2012 at 04:01 PM.

  5. The Following 3 Users Say Thank You to gDrive For This Useful Post:

    pete_uk (07-12-2012), Yuu (07-12-2012)

  6. #163
    Junior Member
    Join Date
    Oct 2011
    Posts
    28
    Total Thanks Given
    20
    Total Thanks Received
    52
    Total Thanked Posts
    21
    News fresh out of the Internet:

    This just appeared on IRC
    Code:
    www.ps3devwiki.com/files/devtools/Cex2Dex/libeeid.7z
    And this is the readme file accompanying it.

    A >>PS3D<< original:

    libeeid (C) 2011-2012 ps3dev.net

    If you can't deliver the complete stuff, you should just keep your mouth shut
    and not spread the EID0 algo out. This lib was meant to stay private because
    we didn't like the idea of every 1337 kiddo having a DEX console and annoying
    developers with questions about running pirated games on it. Now we decided
    to release it all into public although we won't provide any support or do any
    further work on it.

    A lot of dedication, knowledge and time has gone into reversing ALL of the SPU
    binaries to collect the informations in this library (that's the fun part).
    This is as far as you will get with firmware versions <= 3.56.

    Btw.: have fun reversing the SPU modules to find the required keys...

    Special thanks to the people there: http://gitorious.ps3dev.net/+ps3dev-net

  7. The Following 2 Users Say Thank You to gsgm For This Useful Post:

    gDrive (07-13-2012), pete_uk (07-12-2012)

  8. #164
    Member
    Join Date
    Aug 2011
    Location
    only in your head
    Posts
    68
    Total Thanks Given
    169
    Total Thanks Received
    141
    Total Thanked Posts
    52
    prejudice confirmed ..
    nuf said ..
    ++++ All Computers Are Bastards ++++ ACAB ++++ Destroy Everything ++++

  9. The Following 3 Users Say Thank You to acab For This Useful Post:

    gDrive (07-12-2012), pete_uk (07-12-2012), sabin1981 (07-12-2012)

  10. #165
    Member
    Join Date
    Jun 2011
    Posts
    60
    Total Thanks Given
    3
    Total Thanks Received
    259
    Total Thanked Posts
    47
    Here is some code if you all want to flash from petitboot:
    This is to R/W entire NOR or just the eEID section.
    Make sure to take a valid dump from gameOS as well so you can match both dumps also if you have a hardware flasher I highly advise you do, check that dump against the soft dumps to make 100% sure :P

    How to W/R NOR from petiteboot:

    ------------------------------------------------------

    READ NOR : dd if=/dev/ps3nflasha of=/tmp/petitboot/mnt/sda1/cexnor.bin bs=1024

    WRITE NOR: dd if=dexnor.bin of=/dev/ps3nflasha bs=1024

    READ eEID : dd if=/dev/ps3nflasha skip=$((0x2F000)) of=/tmp/petitboot/mnt/sda1/eid.bin bs=1 count=$((0x10000))

    WRITE eEID: dd if=eid.bin.dex of=/dev/ps3nflasha bs=1 seek=$((0x2F000)) count=$((0x10000))

    -------------------------------------------------------

    Im not going to bother with the NAND because its a pain in the balls (and thats if you can even get it to work) :P

    /tmp/petitboot/mnt/sda1/ is a flash dive formatted to ext4 in petitboot to make life easy when moving dumps around. you can always scp your files across also :P
    Last edited by evilsperm; 07-12-2012 at 08:58 PM.

  11. The Following 4 Users Say Thank You to evilsperm For This Useful Post:

    acab (07-13-2012), gDrive (07-13-2012), renanbianchi (07-12-2012), Yuu (07-12-2012)

  12. #166
    JLM
    Guest
    Isn't it possible with a dex to do remote debugging? I thought that might be useful for the guys who make the cheats.

    Is there a dex 3.xx firmware that is oos enabled (or only up to 3.15 )?

    Don't know if this counts as drama, sorry, if it's the wrong thread.

  13. The Following 2 Users Say Thank You to JLM For This Useful Post:

    gDrive (07-13-2012), nextbike (07-13-2012)

  14. #167
    The Master
    Join Date
    Jul 2011
    Location
    Year 1
    Posts
    805
    Total Thanks Given
    6
    Total Thanks Received
    709
    Total Thanked Posts
    383
    Gamer IDs

    PSN ID: Blue_Djinn
    Nand would be pretty difficult, because you would have to get the 2 dumps and interleave them. Though I guess you can implement the command in a script.

    But it would be nice.
    Last edited by master737373; 07-12-2012 at 10:36 PM.
    Don't Feed The Trolls Past Midnight
    It's Past Midnight

    STOP!!! Before you post that question, 98% of your answers are --->Here<---

  15. The Following User Says Thank You to master737373 For This Useful Post:

    gDrive (07-13-2012)

  16. #168
    Ex-Convict
    Join Date
    May 2012
    Posts
    721
    Total Thanks Given
    458
    Total Thanks Received
    1,866
    Total Thanked Posts
    660
    Gamer IDs

    PSN ID: http://techbliss.org/
    More tools coming for those of you who don't like/know Linux
    Faster and hugely diminished risk of bricking.
    So wait if you don't know what you're doing

    I don't agree with leaking.. but as none of the downsides of this have been divulged,
    I see only good things coming from this..
    1) Could encourage more homebrew devs into the scene
    . Admittedly as Dean said, a DEX is not necessary but it would help some.
    2) I see this as a sort of HEN, you can play newer disk games whilst retaining homebrew.
    3) Its certainly sparked up a pretty dormant "scene"

  17. The Following 7 Users Say Thank You to TomatOsaUce For This Useful Post:

    gDrive (07-13-2012), Misfit (07-13-2012), pete_uk (07-13-2012), Ploggy (07-13-2012), tonybologna (07-13-2012), Yuu (07-13-2012)

  18. #169
    Crunchtarded Asshole!
    Join Date
    Jul 2011
    Posts
    3,861
    Total Thanks Given
    13,244
    Total Thanks Received
    4,940
    Total Thanked Posts
    2,417
    TomatOsaUce
    Forget 'Crunching Releases' - we have 'Saucy Releases' now!

  19. The Following User Says Thank You to gDrive For This Useful Post:

    Yuu (07-13-2012)

  20. #170
    Ex-Convict
    Join Date
    May 2012
    Posts
    721
    Total Thanks Given
    458
    Total Thanks Received
    1,866
    Total Thanked Posts
    660
    Gamer IDs

    PSN ID: http://techbliss.org/
    Haha I couldn't release a good turd.
    Just wanted to warn people as I know some are itching to try this.

    Master, do you have a NAND PS3? I know you've got a flasher..
    If you do, jump on Skype and be a guinea pig

  21. The Following 2 Users Say Thank You to TomatOsaUce For This Useful Post:

    gDrive (07-13-2012), Yuu (07-13-2012)


 
Page 17 of 24 FirstFirst ... 71516171819 ... 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
  •  
EachGame