Editing Dumping Bootldr

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 15: Line 15:
<li>Open your terminal and type as root:</li>
<li>Open your terminal and type as root:</li>


{{keyboard|content=<syntaxhighlight lang="bash">cd bootldrexploit/ps3peekpoke</syntaxhighlight>}}
{{keyboard|content=cd bootldrexploit/ps3peekpoke}}


<li>Compile the lv1 peek poke kernel module:</li>
<li>Compile the lv1 peek poke kernel module:</li>


{{keyboard|content=<syntaxhighlight lang="bash">make</syntaxhighlight>}}
{{keyboard|content=make}}


<li>Insert the lv1 peek poke kernel module:</li>
<li>Insert the lv1 peek poke kernel module:</li>


{{keyboard|content=<syntaxhighlight lang="bash">insmod ps3peekpoke.ko</syntaxhighlight>}}
{{keyboard|content=insmod ps3peekpoke.ko}}


<li>Change directory to the exploit dir</li>
<li>Change directory to the exploit dir</li>


{{keyboard|content=<syntaxhighlight lang="bash">cd ../btldr8</syntaxhighlight>}}
{{keyboard|content=cd ../btldr8}}


<li>Compile the exploit</li>
<li>Compile the exploit</li>


{{keyboard|content=<syntaxhighlight lang="bash">make</syntaxhighlight>}}
{{keyboard|content=make}}


<li>Make a nor dump by typing</li>
<li>Make a nor dump by typing</li>


{{keyboard|content=<syntaxhighlight lang="bash">dd if=/dev/ps3nflasha of=nor.bin bs=1024</syntaxhighlight>}}
{{keyboard|content=dd if=/dev/ps3nflasha of=nor.bin bs=1024}}


<li>Execute the exploit</li>
<li>Execute the exploit</li>


{{keyboard|content=<syntaxhighlight lang="bash">./lv0Decrypt 0 nor.bin buffer.bin</syntaxhighlight>}}
{{keyboard|content=./lv0Decrypt 0 nor.bin buffer.bin}}


<li>It should show the status as status A0082. This means you've succeeded. check your dump for the keys.</li>
<li>It should show the status as status A0082. This means you've succeeded. check your dump for the keys.</li>


{{keyboard|content=<syntaxhighlight lang="bash">hexdump -C dump.bin > test</syntaxhighlight>}}
{{keyboard|content=hexdump -C dump.bin > test}}


{{keyboard|content=<syntaxhighlight lang="bash">nano test</syntaxhighlight>}}
{{keyboard|content=nano test}}


</ol>
</ol>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)