• You use an Adblocker to hide advertisements. This type of program makes it difficult to keep this website up and running, since displaying advertisements is the only way to pay for hosting. Would you like to make an exception for this site? We promise that you will not be bothered by the advertisements.
  • Get upgrade the account to (Anti-ads Super Silver or Gold, Titanium - LifeTime for free and no yearly!) ----> "Click".
  • Our forum is an English speaking community. If you reply to a thread using non-English languages(French/Spanish/etc), staff will review your post and may delete it.
Forum - DKS

Tutorial PS4 Phat/ Slim/ Pro Linux Loader 5.05: Manjaro Linux PS4 [v2]

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
First off I didnt make
Hidden content
, secondly Im posting this because the original guide is in french and is missing user end information, thirdly Pro Users you will need to compile your own ; Phat and Slim 5.05 users I included the payload, and finally I used ubuntu 18.04 for prepping and this guide will be using ubuntu.

Step one, gathering the files:

Hidden content
Step two prepping your drive. USB 3.0 drives are recommended

1. open GPARTED
2. select your drive
3. remove all partitions
4. create a 100mb fat32 partition at the start of the drive
5. create a ext4 partition with the remainder of your space

Step Three, Copy images to your drive.

1. The kernel needs to be imaged to the fat32 partition. make sure you find out what the usb is, aka partition is sdb1 = fat32 and partition 2 is sdb2 = ext4
Use the dd command like so:
sudo dd if=/home/user/ps4linux/Linux_kernel_initramfs_PS4.img of=/dev/sdb1 status=progress

2. once finished copy the system image to the ext4 partition:
sudo dd if=/home/user/ps4linux/Manjaro_Ps4_System-V2.img of=/dev/sdb2 status=progress

this will take a bit so wait.

Step Four, Set up netcat in ubuntu.

1. On your Ubuntu/ Linux machine run:
sudo apt install netcat

Step Five, launching Mira to prep for the payload

1. Go to Network settings DNS settings
2. Primary to 165.227.83.145 and the Secondary DNS to 108.61.128.158
3. save network settings
4. go to system settings
5. open user manual
6 select 5.05
7. select mira
8. go back to system settings

Now if you want to send a custom payload like linux loader
1. Open user manual back up
2. select 5.05
3. select mira
It will now say waiting for payload

Step Six, Now send the linux payload

1. Make sure you have your newly formatted usb plugged into the back usb port if pro and in the front right usb port if slim or phat

2. Go to your ubuntu machine and open a terminal in the directory where you have your PS4-Linux-Loader-5.05.bin

3. Now we send the payload with:
nc -w 3 192.168.1.68 9998 < linux_505_payload.bin

nc stands for netcat, -w 3 is your options, the ip address is your ps4's ip address, 9998 is the port the ps4 is open and gives you a debug read out and lets you send the payload via netcat, the < points at the payload aka linux_505_payload.bin in this example.

Step Seven, Hurry up and wait.

This can take a few minutes to load. If your ps4 light is flashing (Blue, violet, Blue) its loading.

If it turns solid white try it again.

If it turns off your system it may not be a supported hardware revision.

Step Eight. Logging in.
Hidden content
Logging in:
User: PS4
Password: 1
Change the language and keyboard to english from french:
Hidden content
Change your user password with the command: passwd

What this includes:

Here's what preconfigured distribution provides, multiple remote access solutions have been built in and enabled by default for easy debugging and provisioning:

-Integration of all the contributions / patches of the Psxita team that they took again since the GPU patches of the team fail0verflow

-Kernel Linux 4.9 patched by Eeply for Panasonic MN864729 bridge (latest version with unification of different models of PS4)

-Boot automatic on Manjaro x64 (based on the initramfs of the old fedora PS4 version)

-Last updates included (23/04/2018) [Manjaro 17.1.8 Gnome x64]

-SSH enabled by default, access via a PC on the same local network

-X2Go server (Mate only!) Enabled by default, local / remote access to a desktop session via X2Go client on Linux or Windows.

-Suppression of the LXDE desktop environment

-Suppression of KODI

-Suppression of VLC (in favor of SmPlayer)

-Suppression of Virtualbox (useless until nobody has worn the kernel-headers since the sources of Bzimage delivered by Eeply)

-Suppression of Chromium (double use with Firefox, extremely efficient since the Quantum update)

-Teamviewer 13 preinstalled. (Remote access to desktop session)

-Gnome office environments, Mate.

-Firefox (customization of black extensions and themes, anti-Ublock origin integration, "Startpage" integration), Thunderbird, LibreOffice, Gnote, Smplayer, Filezilla, XCFA, Handbrake.

-Emulators: Feux (NES) / Nestopia (NES) / Snes9X (Super Nes) / Yabause (Sega Saturn) / PCSXR (PsOne) / PCSX2 (PS2) / PCSSPP (PSP) / Redream Dreamcast / Reicast (Dreamcast) / CEMU (WiiU) / Dolphin (GameCube / Wii) / DesMume (Nintendo DS) / Game Boy Advance (MGBA), RetroArch (multicore of many game consoles)

-Steam

-Interpreter Wine Staging Nine + PlayOnLinux, to simply install games and Windows applications in Linux, without emulation, natively.

- Azerty Preconfiguration / Integral French.

-Integration of Solaar software to support Logitech unifying dongles.

-Flatpak (integration of the universal package system, but need to have kernels-headers to use it, waiting for a contribution therefore)

-Integration of the swap dynamic management (swap file), activated by default, however to preserve the flash memory of your USB keys, you can disable it "sudo systemctl disable swapspace && sudo systemctl stop swapspace"

-Integration of multiple extensions in Gnome-Shell (including disk activity, network throughput, management of sound cards, application killer on the fly ...)

-Integration of the Nemo file explorer instead of Nautilus

-Installation of audio player "Audacious" (support for multiple effects + extra stereo + native 8/16 bit gaming music formats)


I will be adding photos in the morning.
 
Last edited:

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
In the right thread now xD anyway I followed the guide, prepared the USB stick for my cuh-1004a Wich should be compatible, only when I send the payload nothing happens, white page with the blue circle spinning. Tried ports 9020 9023 9998 9999 nothing, although with the app in port 9023 I am able to send the Mira payload, but not the Linux one.
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
In the right thread now xD anyway I followed the guide, prepared the USB stick for my cuh-1004a Wich should be compatible, only when I send the payload nothing happens, white page with the blue circle spinning. Tried ports 9020 9023 9998 9999 nothing, although with the app in port 9023 I am able to send the Mira payload, but not the Linux one.
2093 is the port you want to use then.

if its a phat ps4 and you send the payload it can take a long ass time. just wait at the screen after you send it. it will eventually do one of three things

1. blink blue, violet, blue = this means its loading linux congrats

2. system shuts off fully and requires you to physically push the power button. = this means its not supported

3. blinking white light = something is wrong with your image.
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
2093 is the port you want to use then.

if its a phat ps4 and you send the payload it can take a long ass time. just wait at the screen after you send it. it will eventually do one of three things

1. blink blue, violet, blue = this means its loading linux congrats

2. system shuts off fully and requires you to physically push the power button. = this means its not supported

3. blinking white light = something is wrong with your image.
OK thanks I will try again
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
2093 is the port you want to use then.

if its a phat ps4 and you send the payload it can take a long ass time. just wait at the screen after you send it. it will eventually do one of three things

1. blink blue, violet, blue = this means its loading linux congrats

2. system shuts off fully and requires you to physically push the power button. = this means its not supported

3. blinking white light = something is wrong with your image.
I'm running the payload from darksoftware, first mira then Linux loader, but absolutely nothing happens, it stays on the spinning circle page and the light stays solid white. I tried in every combination possible but nothing happens
 
  • Like
Reactions: honghuelm

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
I'm running the payload from darksoftware, first mira then Linux loader, but absolutely nothing happens, it stays on the spinning circle page and the light stays solid white. I tried in every combination possible but nothing happens
Then you need to send it via netcat preferably or try the android app
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
Then you need to send it via netcat preferably or try the android app
Thanks for the help, but I used the app, I tried netcat with those three ports, i tried using mira first and Linux directly but nothing.
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
Thanks for the help, but I used the app, I tried netcat with those three ports, i tried using mira first and Linux directly but nothing.
How did you make your linux image?
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
The USB is a sandisk 64gb formatted first hundred megs and flashed the first one in a Ubuntu vm, for the big ext4 partition i used a raspberry as the vm was too slow. I can see the first partition with inside "bzimage" and "initramfs.cpio.gz" and the second named ps4 Linux with the usual root folders for Linux. Does the label for the first partition matter? I'm at a loss

Edit:the remaining 50 gb or so are unallocated if it matters
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
The USB is a sandisk 64gb formatted first hundred megs and flashed the first one in a Ubuntu vm, for the big ext4 partition i used a raspberry as the vm was too slow. I can see the first partition with inside "bzimage" and "initramfs.cpio.gz" and the second named ps4 Linux with the usual root folders for Linux. Does the label for the first partition matter? I'm at a loss

Edit:the remaining 50 gb or so are unallocated if it matters
expand the ext4 partition in gparted and try running it again, make sure the usb is in the right usb port.

If that doesnt work Ill make a video of launching it for you when i get home from work so you can see the process.
 
  • Like
Reactions: mercury501

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
expand the ext4 partition in gparted and try running it again, make sure the usb is in the right usb port.

If that doesnt work Ill make a video of launching it for you when i get home from work so you can see the process.
ok i'll try that thanks a lot, will remain posted for the video!

edit:in the mean time tried with netcat on raspberry, nothing
edit2:ran with netcat without usb and a whole bunch of errors showed up on the terminal, expanding the fs and trying the same thing
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
mind pasting in the netcat error?

I should be able to sort it out for you

also on your pi run:

sudo ufw disable

It may be a firewall issue
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
ok i'll try that thanks a lot, will remain posted for the video!

edit:in the mean time tried with netcat on raspberry, nothing
edit2:ran with netcat without usb and a whole bunch of errors showed up on the terminal, expanding the fs and trying the same thing
mind pasting in the netcat error?

I should be able to sort it out for you

also on your pi run:

sudo ufw disable

It may be a firewall issue

and run

top

then press k

and kill python2
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
mind pasting in the netcat error?

I should be able to sort it out for you

also on your pi run:

sudo ufw disable

It may be a firewall issue
it says no such command, looks like the raspi by default doesn't have a firewall, moreover I can use other payloads on the same network with my phone.
As for the error i can't replicate it anymore but it was absurdly long, couldn't even get far enough to the line where i launched the command. as for python it looks like it wasn't running from the top command.
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
mind pasting in the netcat error?

I should be able to sort it out for you

also on your pi run:

sudo ufw disable

It may be a firewall issue

and run

top

then press k

and kill python2
got the error again, nothing changed
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
got the error again, nothing changed
***Hidden content cannot be quoted.***
Great News

Thats not an error, thats the debug readout when you use port 9998.

netcat is working as it should be.

Now the next step is to send the linuxloader.bin on port 2093 in a new terminal window. Make sure you keep the other terminal with debug open,

Watch the other terminal for a messages when you send the payload. it should tell you if the payload sent was unsuccessful.
 

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
ok with the debug window open I can see that when I send the payload on port 9020 this happens

<118>[SceSystemStateMgr] No user input for 60 seconds
<118>[SceShellCore] Libc Heap Status: free 50%, in-use 3049.6 KB, trend +0.4 KB/min, peak 3421.0 KB, when 1557 [sec]
#
# A user thread receives a fatal signal
#
# signal: 11 (SIGSEGV)
# thread ID: 100865
# thread name: loader
# proc ID: 66
# proc name: WebProcess.self
# reason: page fault (user read data, page not present)
# fault address: 0000000000001000
#
# registers:
# rax: 0000000926200000 rbx: 0000000926208a06
# rcx: 000000020a8b403c rdx: 0000000000001000
# rsi: 0000000926208a06 rdi: 000000000000001a
# rbp: 000000000000001a rsp: 00000007ef4d3f00
# r8 : 0000000000000000 r9 : 0000000000000000
# r10: 0000000000000000 r11: 0000000000000246
# r12: 0000000000000019 r13: 00000002013df050
# r14: 00000002013df060 r15: 00000002013df020
# rip: 0000000926200000 eflags: 00010246
# BrF: 000000020a8b4149 BrT: 0000000926200000
#
# backtrace:
copyin: loader has nonsleeping lock
#
# dynamic libraries:
# /I71Zc6HNDC/common/lib/WebProcess.self
# text: 000000007864c000:0000000078650000 r-x
# data: 0000000078654000:0000000078658000 rw-
# fingerprint: 442c8b1d31b8ba3a917b7b11fe38719f00000000
# /I71Zc6HNDC/common/lib/libkernel_web.sprx
# text: 0000000834258000:00000008342a4000 r-x
# data: 00000008342a8000:00000008342e0000 rw-
# fingerprint: 274a3e15c14c7ca5028682f48931615300000000
# /I71Zc6HNDC/common/lib/libSceLibcInternal.sprx
# text: 0000000801f28000:000000080202c000 r-x
# data: 0000000802034000:0000000802054000 rw-
# fingerprint: 6cfb1a5e5ffc646e94f333e5169b663300000000
# /I71Zc6HNDC/common/lib/libSceSysmodule.sprx
# text: 000000082c420000:000000082c42c000 r-x
# data: 000000082c430000:000000082c43c000 rw-
# fingerprint: 53e8d6ed1d237b85e94158cdbc6a9b1200000000
# /I71Zc6HNDC/common/lib/libSceNet.sprx
# text: 0000000811410000:0000000811444000 r-x
# data: 0000000811448000:000000081155c000 rw-
# fingerprint: b4ba094aa524aceda62d31073122c6ef00000000
# /I71Zc6HNDC/common/lib/libSceIpmi.sprx
# text: 000000082df1c000:000000082df28000 r-x
# data: 000000082df2c000:000000082df40000 rw-
# fingerprint: da3e8d037809e70e334c9e1dbd1d16bc00000000
# /I71Zc6HNDC/common/lib/libSceNetCtl.sprx
# text: 000000082b754000:000000082b75c000 r-x
# data: 000000082b760000:000000082b764000 rw-
# fingerprint: 07e8f0572556000c89342dabc16bc1bf00000000
# /I71Zc6HNDC/common/lib/libSceMbus.sprx
# text: 0000000834e00000:0000000834e0c000 r-x
# data: 0000000834e10000:0000000834e14000 rw-
# fingerprint: ef03333e9124bc74bdac535000a3d10e00000000
# /I71Zc6HNDC/common/lib/libSceRegMgr.sprx
# text: 000000081174c000:0000000811750000 r-x
# data: 0000000811754000:0000000811758000 rw-
# fingerprint: 27ae757841b00f5c7ec209db3fd8e02c00000000
# /I71Zc6HNDC/common/lib/libSceRtc.sprx
# text: 000000083e560000:000000083e568000 r-x
# data: 000000083e56c000:000000083e570000 rw-
# fingerprint: b1790001f0989e68348f78678770cc9e00000000
# /I71Zc6HNDC/common/lib/libScePad.sprx
# text: 0000000835ca4000:0000000835cb0000 r-x
# data: 0000000835cb4000:0000000835cbc000 rw-
# fingerprint: 0f96df17ff510558d761640240ab7b3500000000
# /I71Zc6HNDC/common/lib/libSceAvSetting.sprx
# text: 00000008027dc000:00000008027e8000 r-x
# data: 00000008027ec000:00000008027f0000 rw-
# fingerprint: 73c049cb75fb80feea5918aac9b9212300000000
# /I71Zc6HNDC/common/lib/libSceVideoOut.sprx
# text: 00000008100d4000:00000008100ec000 r-x
# data: 00000008100f0000:00000008100f4000 rw-
# fingerprint: 5bb0ba23ac273a8522444442e83f26d400000000
# /I71Zc6HNDC/common/lib/libSceSysCore.sprx
# text: 0000000838330000:0000000838338000 r-x
# data: 000000083833c000:0000000838340000 rw-
# fingerprint: aa8372661dbc3b551e99314d8f698f5300000000
# /I71Zc6HNDC/common/lib/libSceSystemService.sprx
# text: 00000008048dc000:0000000804918000 r-x
# data: 000000080491c000:0000000804928000 rw-
# fingerprint: 61962b3179691bf3cece271d8e29b3aa00000000
# /I71Zc6HNDC/common/lib/libSceSsl.sprx
# text: 000000082e72c000:000000082e77c000 r-x
# data: 000000082e780000:000000082e788000 rw-
# fingerprint: f8d8a8510f5241d337476186fe77a0d400000000
# /I71Zc6HNDC/common/lib/libSceRandom.sprx
# text: 000000082db40000:000000082db44000 r-x
# data: 000000082db48000:000000082db4c000 rw-
# fingerprint: ce829dfb19080d8cc589dac2e9d86f9f00000000
# /I71Zc6HNDC/common/lib/libSceLibreSsl.sprx
# text: 0000000825428000:0000000825570000 r-x
# data: 0000000825588000:000000082558c000 rw-
# fingerprint: 740ff65cbfac6dd37688f3f1b1422d1d00000000
# /I71Zc6HNDC/common/lib/libSceVideoCoreServerInterface.sprx
# text: 0000000802314000:0000000802324000 r-x
# data: 0000000802328000:0000000802330000 rw-
# fingerprint: 4e8c6aef0a06a6809a1c11f9c92dd12d00000000
# /I71Zc6HNDC/common/lib/libSceOrbisCompat.sprx
# text: 000000083b624000:000000083b7dc000 r-x
# data: 000000083b7e4000:000000083b7ec000 rw-
# fingerprint: 9abcb547ad5e1b18c34044bc5e5503ba00000000
# /I71Zc6HNDC/common/lib/libScePrecompiledShaders.sprx
# text: 00000008112e4000:00000008112e8000 r-x
# data: 00000008112ec000:0000000811304000 rw-
# fingerprint: 65622c30b8bd97cbc8d3654c4f559c2c00000000
# /I71Zc6HNDC/common/lib/libSceWebKit2.sprx
# text: 000000082e788000:0000000831e3c000 r-x
# data: 0000000831fd8000:0000000831ffc000 rw-
# fingerprint: cb7db7a585a704c42a40db38f5cd6ff200000000
# /I71Zc6HNDC/common/lib/libSceWebBrowserInjectedBundle.sprx
# text: 000000080bb08000:000000080bb10000 r-x
# data: 000000080bb14000:000000080bb18000 rw-
# fingerprint: e97229e2b37a0ae28680000b31e4d60900000000
mDBG: Sending signal(pid: 66, tid: 100865, signo: 0xb)
<118>[Syscore App] App Crash : PID=0x42, reason=0xb
<118>[Syscore App] Syscore Event Queue Push : SCE_SYSCORE_EVENT_APP_CRASH
<118>[Syscore App] Syscore Event Queue Pop : SCE_SYSCORE_EVENT_APP_CRASH
<118>[SceLncService] AppCrash: pid={0x00000042} appId={0x60000201} appLocalPid={0x10201135}
<118>[SceLncService] getCoredumpSequence() isDebuggable={1} isKeepProcess={1} isUserDebugRequest={0} isLimitKeepProcess={0} enableCrashReport={1}
<118>[SceLncService] CoredumpSequence = {KEEP_PROCESS}
<118>[SceLncService] keep-process. do nothing for crash event
<118>[SceShellUI] I/PSM.UI : UI system timer elapsed 00:31:00


after that nothing
 

Mogi_Codemasterv

USA #1
Retired staff
Apr 7, 2018
141
8,345
0
The Sun
ok with the debug window open I can see that when I send the payload on port 9020 this happens

<118>[SceSystemStateMgr] No user input for 60 seconds
<118>[SceShellCore] Libc Heap Status: free 50%, in-use 3049.6 KB, trend +0.4 KB/min, peak 3421.0 KB, when 1557 [sec]
#
# A user thread receives a fatal signal
#
# signal: 11 (SIGSEGV)
# thread ID: 100865
# thread name: loader
# proc ID: 66
# proc name: WebProcess.self
# reason: page fault (user read data, page not present)
# fault address: 0000000000001000
#
# registers:
# rax: 0000000926200000 rbx: 0000000926208a06
# rcx: 000000020a8b403c rdx: 0000000000001000
# rsi: 0000000926208a06 rdi: 000000000000001a
# rbp: 000000000000001a rsp: 00000007ef4d3f00
# r8 : 0000000000000000 r9 : 0000000000000000
# r10: 0000000000000000 r11: 0000000000000246
# r12: 0000000000000019 r13: 00000002013df050
# r14: 00000002013df060 r15: 00000002013df020
# rip: 0000000926200000 eflags: 00010246
# BrF: 000000020a8b4149 BrT: 0000000926200000
#
# backtrace:
copyin: loader has nonsleeping lock
#
# dynamic libraries:
# /I71Zc6HNDC/common/lib/WebProcess.self
# text: 000000007864c000:0000000078650000 r-x
# data: 0000000078654000:0000000078658000 rw-
# fingerprint: 442c8b1d31b8ba3a917b7b11fe38719f00000000
# /I71Zc6HNDC/common/lib/libkernel_web.sprx
# text: 0000000834258000:00000008342a4000 r-x
# data: 00000008342a8000:00000008342e0000 rw-
# fingerprint: 274a3e15c14c7ca5028682f48931615300000000
# /I71Zc6HNDC/common/lib/libSceLibcInternal.sprx
# text: 0000000801f28000:000000080202c000 r-x
# data: 0000000802034000:0000000802054000 rw-
# fingerprint: 6cfb1a5e5ffc646e94f333e5169b663300000000
# /I71Zc6HNDC/common/lib/libSceSysmodule.sprx
# text: 000000082c420000:000000082c42c000 r-x
# data: 000000082c430000:000000082c43c000 rw-
# fingerprint: 53e8d6ed1d237b85e94158cdbc6a9b1200000000
# /I71Zc6HNDC/common/lib/libSceNet.sprx
# text: 0000000811410000:0000000811444000 r-x
# data: 0000000811448000:000000081155c000 rw-
# fingerprint: b4ba094aa524aceda62d31073122c6ef00000000
# /I71Zc6HNDC/common/lib/libSceIpmi.sprx
# text: 000000082df1c000:000000082df28000 r-x
# data: 000000082df2c000:000000082df40000 rw-
# fingerprint: da3e8d037809e70e334c9e1dbd1d16bc00000000
# /I71Zc6HNDC/common/lib/libSceNetCtl.sprx
# text: 000000082b754000:000000082b75c000 r-x
# data: 000000082b760000:000000082b764000 rw-
# fingerprint: 07e8f0572556000c89342dabc16bc1bf00000000
# /I71Zc6HNDC/common/lib/libSceMbus.sprx
# text: 0000000834e00000:0000000834e0c000 r-x
# data: 0000000834e10000:0000000834e14000 rw-
# fingerprint: ef03333e9124bc74bdac535000a3d10e00000000
# /I71Zc6HNDC/common/lib/libSceRegMgr.sprx
# text: 000000081174c000:0000000811750000 r-x
# data: 0000000811754000:0000000811758000 rw-
# fingerprint: 27ae757841b00f5c7ec209db3fd8e02c00000000
# /I71Zc6HNDC/common/lib/libSceRtc.sprx
# text: 000000083e560000:000000083e568000 r-x
# data: 000000083e56c000:000000083e570000 rw-
# fingerprint: b1790001f0989e68348f78678770cc9e00000000
# /I71Zc6HNDC/common/lib/libScePad.sprx
# text: 0000000835ca4000:0000000835cb0000 r-x
# data: 0000000835cb4000:0000000835cbc000 rw-
# fingerprint: 0f96df17ff510558d761640240ab7b3500000000
# /I71Zc6HNDC/common/lib/libSceAvSetting.sprx
# text: 00000008027dc000:00000008027e8000 r-x
# data: 00000008027ec000:00000008027f0000 rw-
# fingerprint: 73c049cb75fb80feea5918aac9b9212300000000
# /I71Zc6HNDC/common/lib/libSceVideoOut.sprx
# text: 00000008100d4000:00000008100ec000 r-x
# data: 00000008100f0000:00000008100f4000 rw-
# fingerprint: 5bb0ba23ac273a8522444442e83f26d400000000
# /I71Zc6HNDC/common/lib/libSceSysCore.sprx
# text: 0000000838330000:0000000838338000 r-x
# data: 000000083833c000:0000000838340000 rw-
# fingerprint: aa8372661dbc3b551e99314d8f698f5300000000
# /I71Zc6HNDC/common/lib/libSceSystemService.sprx
# text: 00000008048dc000:0000000804918000 r-x
# data: 000000080491c000:0000000804928000 rw-
# fingerprint: 61962b3179691bf3cece271d8e29b3aa00000000
# /I71Zc6HNDC/common/lib/libSceSsl.sprx
# text: 000000082e72c000:000000082e77c000 r-x
# data: 000000082e780000:000000082e788000 rw-
# fingerprint: f8d8a8510f5241d337476186fe77a0d400000000
# /I71Zc6HNDC/common/lib/libSceRandom.sprx
# text: 000000082db40000:000000082db44000 r-x
# data: 000000082db48000:000000082db4c000 rw-
# fingerprint: ce829dfb19080d8cc589dac2e9d86f9f00000000
# /I71Zc6HNDC/common/lib/libSceLibreSsl.sprx
# text: 0000000825428000:0000000825570000 r-x
# data: 0000000825588000:000000082558c000 rw-
# fingerprint: 740ff65cbfac6dd37688f3f1b1422d1d00000000
# /I71Zc6HNDC/common/lib/libSceVideoCoreServerInterface.sprx
# text: 0000000802314000:0000000802324000 r-x
# data: 0000000802328000:0000000802330000 rw-
# fingerprint: 4e8c6aef0a06a6809a1c11f9c92dd12d00000000
# /I71Zc6HNDC/common/lib/libSceOrbisCompat.sprx
# text: 000000083b624000:000000083b7dc000 r-x
# data: 000000083b7e4000:000000083b7ec000 rw-
# fingerprint: 9abcb547ad5e1b18c34044bc5e5503ba00000000
# /I71Zc6HNDC/common/lib/libScePrecompiledShaders.sprx
# text: 00000008112e4000:00000008112e8000 r-x
# data: 00000008112ec000:0000000811304000 rw-
# fingerprint: 65622c30b8bd97cbc8d3654c4f559c2c00000000
# /I71Zc6HNDC/common/lib/libSceWebKit2.sprx
# text: 000000082e788000:0000000831e3c000 r-x
# data: 0000000831fd8000:0000000831ffc000 rw-
# fingerprint: cb7db7a585a704c42a40db38f5cd6ff200000000
# /I71Zc6HNDC/common/lib/libSceWebBrowserInjectedBundle.sprx
# text: 000000080bb08000:000000080bb10000 r-x
# data: 000000080bb14000:000000080bb18000 rw-
# fingerprint: e97229e2b37a0ae28680000b31e4d60900000000
mDBG: Sending signal(pid: 66, tid: 100865, signo: 0xb)
<118>[Syscore App] App Crash : PID=0x42, reason=0xb
<118>[Syscore App] Syscore Event Queue Push : SCE_SYSCORE_EVENT_APP_CRASH
<118>[Syscore App] Syscore Event Queue Pop : SCE_SYSCORE_EVENT_APP_CRASH
<118>[SceLncService] AppCrash: pid={0x00000042} appId={0x60000201} appLocalPid={0x10201135}
<118>[SceLncService] getCoredumpSequence() isDebuggable={1} isKeepProcess={1} isUserDebugRequest={0} isLimitKeepProcess={0} enableCrashReport={1}
<118>[SceLncService] CoredumpSequence = {KEEP_PROCESS}
<118>[SceLncService] keep-process. do nothing for crash event
<118>[SceShellUI] I/PSM.UI : UI system timer elapsed 00:31:00


after that nothing
Ok it looks like its not liking the payload or its timing out.

When i get home in a few hours ill pm you a link with the payload ive been using. We can give that a shot.

No worries, Ill help you get this going
 
  • Like
Reactions: mercury501

mercury501

회원 | Member
회원 | Member
May 29, 2018
19
52
0
Ok it looks like its not liking the payload or its timing out.

When i get home in a few hours ill pm you a link with the payload ive been using. We can give that a shot.

No worries, Ill help you get this going
invaluable help mate!
 
  • Like
Reactions: Mogi_Codemasterv