PSP Exploits – finding crashes with Fuzzing

wololo

We are constantly looking for guest bloggers at wololo.net. If you like to write, and have a strong interest in the console hacking scene, contact me either with a comment here, or in a PM on /talk!

15 Responses

  1. eric

    great.

  2. Cow

    Which program did u use to compile ur code?

  3. wololo

    My code is written in Ruby, it doesn’t require a compiler, just an interpreter. I just use cygwin and the ruby package, But I think there are ruby interpreters for Windows as well

  4. Unpro

    thanks. i find this extremely useful… maybe i’ll find something cool sometime soon. 😛

  5. Darkness

    I tried this with a gif image and lots of unsupported data, BUT i found that some of the images (opens and closes instantly) has resolutions of 96, then 97 then 98 (all ‘something’ x 100) the first resolution was the same as the file name. Quite interesting =]

  6. reverze

    don’t it just make you cry ???

  7. Oby1Chick

    Really great tutorial.
    There is an error for me in the ruby script you wrote though :
    I had to change “y[i]=j;” to “y[i]=j.to_s” or it would give me an error (Cannot convert fixnum to string).
    Good job !

  8. TBG

    When I run the code, it does some spaces in the file and decrease the size. ¿Why? I copy exactly the code like you.

  9. patrick

    have you tried this on sense me channel or the comic book reader channel. because one of my song crashed in the comic book reader channel.

  10. reapersmist

    Ok i have shot in the dark question Wololo. Say when u crash the psp with ur .Mp3 Fuzzing it crashed at song 33 so is there maybe a way to possibly have song 33 or 34 or even 32 be a string of code to manipulate the psp?…. Was wondering cuz i guess from what i understand when the psp crashes certain walls are temp broke security i guess but at that point is when u can inject code and what not? isnt that how HBL works?….. Just a noob to the PSP scene recently <just an old time Html writer lol ty any pointers or advice would help.

  11. ASKidwai

    Will LUA work as a scripting language?