Hello, this is my first post on psx-place. I am new to developing for the ps3. I have 10years in c experience, and modded ps3 back in 2015.
My question is how can I use system calls on latest ps3 toolchain and psl1ght. I cannot find any syscall functions within the psl1ght header files. I built using ps3 toolchain ./toolchain.sh
I have a simple Gui menu program I am developing. The idea is to be able to dump, write, and extract info from my flash. I messed up not installing hfw 2 times so my ROS doesn't match. I believe reflashing my dump will solve this issue but I cannot find resources besides hardware flashers for this. I cannot boot into recovery is my issue.
I run evilnat cfw and when I press cobra information in the custom firmware tools I get this response.
fw type: dex cobra
cobra version: 8.5 (debug)
cobra fw version: 4.92
syscall 8: enabled
external cobra: disabled
Im trying to use the cobra system calls in psl1ght to write and dump my flash. AI hasnt been useful for this. Like I said above I cannot find a syscall function, however AI has provided asm functions as a replacement. Syscall 8 with op code 0x7777 is supposed to check if cobra is enabled but this just crashes my ps3 to a blinking red light. I cannot find any documents on using the cobra system calls.
Will someone share some examples code on using cobra system calls or provide some documentation on this topic? It would be appreciated.
My question is how can I use system calls on latest ps3 toolchain and psl1ght. I cannot find any syscall functions within the psl1ght header files. I built using ps3 toolchain ./toolchain.sh
I have a simple Gui menu program I am developing. The idea is to be able to dump, write, and extract info from my flash. I messed up not installing hfw 2 times so my ROS doesn't match. I believe reflashing my dump will solve this issue but I cannot find resources besides hardware flashers for this. I cannot boot into recovery is my issue.
I run evilnat cfw and when I press cobra information in the custom firmware tools I get this response.
fw type: dex cobra
cobra version: 8.5 (debug)
cobra fw version: 4.92
syscall 8: enabled
external cobra: disabled
Im trying to use the cobra system calls in psl1ght to write and dump my flash. AI hasnt been useful for this. Like I said above I cannot find a syscall function, however AI has provided asm functions as a replacement. Syscall 8 with op code 0x7777 is supposed to check if cobra is enabled but this just crashes my ps3 to a blinking red light. I cannot find any documents on using the cobra system calls.
Will someone share some examples code on using cobra system calls or provide some documentation on this topic? It would be appreciated.