franzes80 204 Posted August 28, 2014 Share Posted August 28, 2014 The constant work of an avid console has turned into a real study and development.We are talking about the Developer Orion that it succeeded in this enterprise to solve all the problems of Cfw 4.65. managers icon Manager Gamesonic built by iris manager fork but mostly by an Italian can satisfy all users PS3. Changelog: Fix problem with the Cfw 4.65. the bug was due to the patch anti ode found by habib on cfw 4.60 Iso work Download: http://www.mediafire.com/download/oyem2g6gtubph3a/Gamesonic_Manager_v3.18.pkg Source code: http://www.mediafire.com/download/b77v3jgrcv0bb0h/Source_Gamesonic_Manager_v3.18.rar link added Ps4 OFW 5.05 Ps3 cfw 4.82.1 Rebug PS2, PS1 MOD CHIP, PSVITATV 3.20 TN v 10,TNX,PKG INSTALLER, PSVITA 3.60, PSP 2000 CFW 6.61 ME, GAMECUBE, XBOX360, DS, Amiga 500, Amiga 500 PLUS Amiga 600 Founders of gamesonic Link to post Share on other sites
Rancid-o 35 Posted September 1, 2014 Share Posted September 1, 2014 Guys, look at payload_460.c... The value in the third pokeq in remove_lv2_memcpy is wrong! static inline void remove_lv2_memcpy() { int n; poke_syscall = 7; for(n = 0; n /* restore syscall */ //remove_new_poke(); pokeq(NEW_POKE_SYSCALL_ADDR, 0xF821FF017C0802A6ULL); pokeq(NEW_POKE_SYSCALL_ADDR + 8, 0xFBC100F0FBE100F8ULL); pokeq(NEW_POKE_SYSCALL_ADDR + 16, 0xEBC2FEB07C7F1B78ULL); //THIS!! pokeq(NEW_POKE_SYSCALL_ADDR + 24, 0x3860032DFBA100E8ULL); usleep(5000); } }[/code] Change it to: [code]pokeq(NEW_POKE_SYSCALL_ADDR + 16, 0xEBC2FE107C7F1B78ULL); Check the value also in the last payload (4.65), maybe is wrong also there.. A Simple Platform 2d for PS3 (work in progress..) Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now