|
|
#1 |
|
Member
![]() Join Date: Oct 2011
Posts: 494
Likes: 64
Liked 117 Times in 49 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
How to load metldr
How to load METLDR in PlayStation 3
After some experiment I succeded to load METLDR in spu isolation. You need geohot's exploit to do this, because you need to turn spu relocation off (MFC_SR1[R]=0) and not let know the HV you are using a SPU (so no calls to lv1_construct_logical_spe or similar). For some strange conf, it doesn't work in HV way. Here the source code. Enjoy!!!! Spuisolation.tgz // (27.11 KB) Download Thks to TitanMKD, Xorloser and Mathieulh. Here a paste of an userspace metldr loader using xorhack. You need to patch xorhack tools adding read_u32() and write_u32() functions. // Turn relocation OFF printf("<TURN RELOCATION OFF>\n"); write_u64(SPU_P1(SPU_CURR)+0x0000, (read_u64(SPU_P1(SPU_CURR)+0x0000) & 0xFFFFFFFFFFFFFFEF�; printf("MFC_SR1 = %llx\n", read_u64(SPU_P1(SPU_CURR)+0x0000�; // no accesses are to be considered well behaved and cacheable write_u64(SPU_P1(SPU_CURR)+0x0900, (u64)0x0); // set overwrite mode for signal notification 1/2 write_u64(SPU_P2(SPU_CURR)+0x4078, (u64)0x0); // set signal_notify1 = high metldr real address write_u32(SPU_PS(SPU_CURR)+0x1400C, (u32)0x0); // set signal_notify2 = low metldr real address write_u32(SPU_PS(SPU_CURR)+0x1C00C, (u32)0x11000); printf("---> START SPU IN ISOLATION MODE\n"); // set SPU_PRIVCNTL[LE]=1 write_u64(SPU_P2(SPU_CURR)+0x4040, (u64)0x4); // set SPU_RUNCNTL[Run] = '11' write_u32(SPU_PS(SPU_CURR)+0x401C, (u32)0x3);: for (cx=0; cx<3; cx++) { // Print SPU_STATUS print__spu_status(read_u32(SPU_PS(SPU_CURR)+0x4024�; sleep(5); } Source: http:// http://www.ps3devwiki.com/index.php?...erflow_Exploit Last edited by V6ser; 05-27-2012 at 02:59 AM. |
|
|
|
|
Likes: (7) |
|
|
#2 | |
|
Apprentice
Join Date: May 2012
Posts: 4
Likes: 0
Liked 2 Times in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
where can i put this codes how it use sir |
|
|
|
|
|
|
#3 |
|
Member
![]() |
don't even bother taking a look at it if you don't know what it does or how you can use it.
|
|
|
|
|
|
#4 |
|
Member
![]() Join Date: Oct 2011
Posts: 494
Likes: 64
Liked 117 Times in 49 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
WOOOOOW, i sent a request to post this tut here about 5 months ago.
|
|
|
|
|
|
#5 |
|
Hired Gun
![]() Join Date: May 2011
Posts: 6,744
Likes: 2,555
Liked 3,289 Times in 1,827 Posts
Mentioned: 977 Post(s)
Tagged: 1 Thread(s)
|
@hyztname
you don't need to send a request in order to post a tutorial, you post it and if it's not good on the view of the mods/admin gets moderated.
__________________
Check Blacklist of FAKE devs
Check Whitelist of TRUSTED devs Tutorial : DEX conversion (TEST-DEBUG) One thread with all DEX information published so far. One thread with PS3 LV0 keys, CFW'S and many more. PS3devwiki your number 1 source. Check it. Console ID's Market Warning thread PS3 Ban, CFW, Unban. How to avoid it. |
|
|
|
|
|
#6 | ||
|
Member
![]() Join Date: Oct 2011
Posts: 494
Likes: 64
Liked 117 Times in 49 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
![]() pfffff and what do you know about it, you are just a Moderator. When i posted it(I think january 20 something) it clearly said:
|
||
|
|
|
|
|
#7 | |
|
Hired Gun
![]() Join Date: May 2011
Posts: 6,744
Likes: 2,555
Liked 3,289 Times in 1,827 Posts
Mentioned: 977 Post(s)
Tagged: 1 Thread(s)
|
![]() Things have changed since that date that you submited the tut.
__________________
Check Blacklist of FAKE devs
Check Whitelist of TRUSTED devs Tutorial : DEX conversion (TEST-DEBUG) One thread with all DEX information published so far. One thread with PS3 LV0 keys, CFW'S and many more. PS3devwiki your number 1 source. Check it. Console ID's Market Warning thread PS3 Ban, CFW, Unban. How to avoid it. |
|
|
|
|
|
Likes: (1) |
|
|
#8 | |
|
Member
![]() Join Date: Oct 2011
Posts: 494
Likes: 64
Liked 117 Times in 49 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
The scene keeps being a big and public sh1t full of trolls and mathieulh... |
|
|
|
|
|
Likes: (1) |
|
|
#9 |
|
Hired Gun
![]() Join Date: May 2011
Posts: 6,744
Likes: 2,555
Liked 3,289 Times in 1,827 Posts
Mentioned: 977 Post(s)
Tagged: 1 Thread(s)
|
@hyztname
bullseye
let's stay on topic.
__________________
Check Blacklist of FAKE devs
Check Whitelist of TRUSTED devs Tutorial : DEX conversion (TEST-DEBUG) One thread with all DEX information published so far. One thread with PS3 LV0 keys, CFW'S and many more. PS3devwiki your number 1 source. Check it. Console ID's Market Warning thread PS3 Ban, CFW, Unban. How to avoid it. |
|
|
|
|
|
#10 | |
|
Member
![]() Join Date: Jan 2012
Posts: 279
Likes: 83
Liked 138 Times in 69 Posts
Mentioned: 12 Post(s)
Tagged: 0 Thread(s)
|
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|