WebKit ROP Chain Tutorials [Creation/Editing/Debugging] - PS3 Development

@esc0rtd3w i tested all of the functions on the new test file all of them work perfectly and even success rate is much much higher but the rename function has some bugs which include:
1- if the file path is long it wont rename it example if the file path is /dev_hdd0/photo/2017/02/01/test-file.txt then it wont rename it. It only renames it if path is short.
2-it doesn't move directories(folders) i mean it move files from one place to another but not directories i don't know why.
yes i also tested rename with same drive and does not work using different paths. the bug with path conversion from string to unescape should now also be fixed (thanks @bguerville) haha

i have updated files that include that and others i will be posting soon that have many improvements. Also PSID Dump option was added to dropdown box haha the tool nobody wants! :-p

Sorry for bumping here, however, any news on SuperSlim Hack/HEN/CFW?
wrong place dude!!

make a new thread for 3xxx/4xxx HEN questions if you would like!
 
with that , we can run homebrew with 3xxx models ?
Look at the thread title & the first header in OP.
This is a ps3 webkit hacking tutorial & it's aimed at developers & advanced users wishing to discover or get familiar with various userland applications of ps3xploit.
This project will not produce a new ps3xploit release, it's for educational purposes only. ;)
 
i can try adding fan and led control to dropdown boxes :-p

if anyone wants to post all the params, that would be cool :D

EDIT: Mostly done....in testing now
 
Last edited:
True, the led has no practical use on its own however someone wishing to learn should take the tut code & try to implement a stack frame to do something more interesting such as changing the led colour briefly or blink and/or beep when a temp change call or a file io call is made.
Only way to learn is to get your hands dirty and luckily here 90% of the job is done, it is only a matter of merging 2 frames...
 
well...everything seems to work from ROP so far except sys_sm_set_fan_policy haha

i get this

/** The feature is not yet implemented. */
#define ENOSYS -2147418109 /* 0x80010003 */

led stuff works, get CELL and RSX temps work
 
yeah...video posted yesterday

new files, as explained already, use fixes from 2.0 files, so i cannot release yet!!

hopefully soon :D
 
Last edited:
Back
Top