This file contains 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
toolchain config | |
---------------------- | |
- binutils 2.40 | |
../binutils-2.40/configure --prefix=/usr/local/psxdev/mipsel-none-elf --target=mipsel-none-elf --disable-docs --disable-nls --disable-werror --with-float=soft | |
- gcc 14.1.0 | |
../gcc-14.1.0/configure --prefix=/usr/local/psxdev/mipsel-none-elf --target=mipsel-none-elf --disable-docs --disable-nls --disable-werror --disable-libada --disable-libssp --disable-libquadmath --disable-threads --disable-libgomp --disable-libstdcxx-pch --disable-hosted-libstdcxx --enable-languages=c,c++ --without-isl --without-headers --with-float=soft --with-gnu-as --with-gnu-ld | |
ps1transfer | |
----------- |
This file contains 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
Install wsl2 with gpu supoort and ubuntu distribution | |
sudo apt update | |
sudo apt install build-essential | |
sudo apt-get install xorg-dev | |
git clone https://github.com/raysan5/raylib | |
cd src | |
make | |
cd ../examples | |
make |
This file contains 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
[PROSPERO][INFO]: [PIGLET] GL_VENDOR: Sony Interactive Entertainment Inc. | |
[PROSPERO][INFO]: [PIGLET] GL_VERSION: OpenGL ES 2.0 | |
[PROSPERO][INFO]: [PIGLET] GL_RENDERER: SlimGL | |
[PROSPERO][INFO]: [PIGLET] GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 2.0 |
This file contains 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
[HOST] debugnet listener up | |
[HOST] ready to have a lot of fun!!! | |
[PROSPERO][INFO]: debugnet initialized | |
[PROSPERO][INFO]: Copyright (C) 2010,2022 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
[PROSPERO][INFO]: ready to have a lot of fun... | |
[PROSPERO][INFO]: [PIGLET] Prospero sdk piglet sample | |
index:4 SceNKBmalloc 0x00278000 0x00288000 0x03 | |
index:6 SceNKBmalloc 0x0028c000 0x00294000 0x03 | |
index:8 SceNKBmalloc 0x00298000 0x002e0000 0x03 | |
index:11 SceNKBmalloc 0x002fc000 0x00300000 0x03 |
This file contains 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
[HOST] debugnet listener up | |
[HOST] ready to have a lot of fun!!! | |
[PROSPERO][INFO]: debugnet initialized | |
[PROSPERO][INFO]: Copyright (C) 2010,2022 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
[PROSPERO][INFO]: ready to have a lot of fun... | |
[PROSPERO][DEBUG]: [PROSPEROPAD] prosperoPadInit sceUserServiceInitialize return 0x80960003! | |
[PROSPERO][DEBUG]: [PROSPEROPAD] prosperoPadInit scePadInit return 0 | |
[PROSPERO][DEBUG]: [PROSPEROPAD] prosperoPadInit sceUserServiceGetInitialUser return 0x00000000 and userId 0xFFFFFFFF | |
[PROSPERO][INFO]: [PROSPEROPAD] prosperoPadInit switching to userId 0x1B538397 | |
[PROSPERO][DEBUG]: [PROSPEROPAD] prosperoPadInit handle 0x030A0600 |
This file contains 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
[HOST] debugnet listener up | |
[HOST] ready to have a lot of fun!!! | |
[PROSPERO][INFO]: debugnet initialized | |
[PROSPERO][INFO]: Copyright (C) 2010,2022 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
[PROSPERO][INFO]: ready to have a lot of fun... | |
[PROSPERO][INFO]: [NFSSAMPLE] Prospero sdk nfs sample | |
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit | |
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsCreateConf | |
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit calling nfs_init_context | |
[PROSPERO][DEBUG]: [LIBNFS] nfs_init_context / |
This file contains 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
[HOST] debugnet listener up | |
[HOST] ready to have a lot of fun!!! | |
[PROSPERO][INFO]: debugnet initialized | |
[PROSPERO][INFO]: Copyright (C) 2010,2022 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
[PROSPERO][INFO]: ready to have a lot of fun... | |
NAME START END PROT | |
executable 0x216b0000 0x216b8000 0x04 | |
executable 0x216b8000 0x216bc000 0x01 | |
executable 0x216bc000 0x216c0000 0x01 | |
executable 0x216c0000 0x216c4000 0x03 |
This file has been truncated, but you can view the full file.
This file contains 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
[HOST] debugnet listener up | |
[HOST] ready to have a lot of fun!!! | |
[PROSPERO][INFO]: debugnet initialized | |
[PROSPERO][INFO]: Copyright (C) 2010,2022 Antonio Jose Ramos Marquez aka bigboss @psxdev | |
[PROSPERO][INFO]: ready to have a lot of fun... | |
[PROSPERO][INFO]: [LISTPROC] Prospero sdk listproc sample | |
PID PPID PGID SID TSID LOGIN WCHAN EMUL COMM TDNAME | |
0 0 0 0 0 - swprsus - kernel SceSwapper | |
[PROSPERO][ERROR]: PID 0 number of vmaps is 0 | |
PID PPID PGID SID TSID LOGIN WCHAN EMUL COMM TDNAME |
This file contains 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
Simple code example using prosperodev sdk | |
Compiler vanilla llvm clang | |
clang -v | |
clang version 16.0.0 (https://github.com/llvm/llvm-project 1ae405144d62299d87096de4dc2596a04a4fee84) | |
Target: x86_64-sie-ps5 | |
Thread model: posix | |
InstalledDir: /usr/local/prosperodev/bin | |
Linker vanilla llvm lld |
This file contains 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
[HOST] debugnet listener up | |
[HOST] ready to have a lot of fun!!! | |
[PROSPERO][INFO] [+] Logger initialized... | |
[PROSPERO][INFO] [+] Receive udp log in 192.168.1.12 with: socat udp-recv:18194 stdout | |
[PROSPERO][INFO] [+] bd-jb by bigboss based on TheFlow, specter and sleirsgoevy implementation | |
[PROSPERO][INFO] [+] Creating JavaSecurityAccess | |
[PROSPERO][INFO] [+] Creating fake JavaSecurityProxy | |
[PROSPERO][INFO] [+] Set fake JavaSecurityProxy | |
[PROSPERO][INFO] [+] Creating URLClassLoader | |
[PROSPERO][INFO] [+] Loading Payload |
NewerOlder