This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| sym_t table505[] = { | |
| {"Xfast_syscall" ,0x1C0}, | |
| {"sys_setuid" ,0x54950}, | |
| {"sys_dup2" ,0xBF050}, | |
| {"sys_close" ,0xC0EB0}, | |
| {"sys_fstat" ,0xC1430}, | |
| {"sys_kill" ,0xD19D0}, | |
| {"_sx_slock" ,0xF5C30}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| log: [PS4][INFO]: debugnet initialized | |
| log: [PS4][INFO]: Copyright (C) 2010,2016 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
| log: [PS4][INFO]: ready to have a lot of fun... | |
| log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x817F89C0 | |
| log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 14 | |
| log: [PS4][DEBUG]: [PS4LINK] bind to ps4link_requests_sock done | |
| log: [PS4][DEBUG]: [PS4LINK] Ready for connection 1 | |
| log: [PS4][INFO]: [PS4LINK] Waiting for connection | |
| log: [PS4][DEBUG]: [PS4LINK] Command Thread Started. | |
| log: [PS4][INFO]: [PS4LINK] Server command thread UID: 0x817F8E40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./ps4sh | |
| ps4sh version 1.0 | |
| /Users/bigboss/.ps4shrc: No such file or directory | |
| log: [HOST][INFO]: [PS4SH] Ready | |
| log: [PS4][INFO]: debugnet initialized | |
| log: [PS4][INFO]: Copyright (C) 2010,2016 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
| log: [PS4][INFO]: ready to have a lot of fun... | |
| log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x816209C0 | |
| log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * liborbis sample | |
| * Copyright (C) 2015,2016,2017,2018 Antonio Jose Ramos Marquez (aka bigboss) @psxdev on twitter | |
| * Repository https://github.com/psxdev/liborbis | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //dont wait an app from me, here source perhaps it can help to get all pieces togeher, now all is up to you | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <kernel.h> | |
| #include <system_service.h> | |
| #include <orbis2d.h> | |
| #include <orbisPad.h> | |
| #include <orbisAudio.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <kernel.h> | |
| #include <system_service.h> | |
| #include <orbis2d.h> | |
| #include <orbisPad.h> | |
| #include <orbisAudio.h> | |
| #include <orbisKeyboard.h> | |
| #include <modplayer.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <kernel.h> | |
| #include <system_service.h> | |
| #include <orbis2d.h> | |
| #include <orbisPad.h> | |
| #include <orbisAudio.h> | |
| #include <orbisKeyboard.h> | |
| #include <modplayer.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./ps4sh | |
| ps4sh version 1.0 | |
| /Users/bigboss/.ps4shrc: No such file or directory | |
| log: [HOST][INFO]: [PS4SH] Ready | |
| log: [PS4][INFO]: ready to have a lot of fun... | |
| log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x817B89C0 | |
| log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 14 | |
| log: [PS4][DEBUG]: [PS4LINK] bind to ps4link_requests_sock done | |
| log: [PS4][DEBUG]: [PS4LINK] Ready for connection 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| log: [PS4][INFO]: debugnet initialized | |
| log: [PS4][INFO]: ready to have a lot of fun... | |
| log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x81F209C0 | |
| log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 14 | |
| log: [PS4][DEBUG]: [PS4LINK] bind to ps4link_requests_sock done | |
| log: [PS4][DEBUG]: [PS4LINK] Ready for connection 1 | |
| log: [PS4][INFO]: [PS4LINK] Waiting for connection | |
| log: [PS4][INFO]: [PS4LINK] Server command thread UID: 0x81F20E40 | |
| log: [PS4][DEBUG]: [PS4LINK] Command Thread Started. | |
| log: [PS4][DEBUG]: [PS4LINK] Created ps4link_commands_sock: 16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <kernel.h> | |
| #include <system_service.h> | |
| #include <orbis2d.h> | |
| #include <orbisPad.h> | |
| #include <orbisAudio.h> | |
| #include <orbisKeyboard.h> | |
| #include <modplayer.h> |