Dnawrkshp / ArtemisPS3

An Open Source Playstation 3 Hacking System created under the Project Artemis initiative (http://www.gamehacking.org/artemis)
MIT License
99 stars 63 forks source link

DEX syscall issue #16

Open TheRouletteBoi opened 4 years ago

TheRouletteBoi commented 4 years ago

DEX syscall does not work if you don't have a debug eboot in the game. The syscalls 904/905 will return error 0x80010409 but will return 0 if I use a debug eboot. ArtemisPS3 switches to MAMBA syscalls on DEX when no debug eboot is in game which is no big deal just thought I'd let you know. Furthermore the CCAPI syscalls you are using no longer work since CCAPI update 2.50, it now uses a new method to write memory that are not syscalls.

I'm on lv2 kernel DEX, Target Type DEX console_log no_process_is_no_debug_eboot