Post: How To Setup And Build Payload.bin For PS4 Using PlayGround
02-05-2017, 05:49 PM #1
KKE_RW
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hope It Helps And Thanks To Me KKE_RW , Cturt And 2much4u


  • KKE_RW For This Tutorial
  • 2much4u For Helping Me Help You
  • CTurt For His PS4-SDK And Webkit
  • kR105, flatz, SKFU, droogie, Xerpi, Hunger, Takezo, nas, Proxima



What You Need

  • VirtualBox
  • Ubunto
  • LLVM
  • Binutils
  • PS4-SDK


How To Setup And Install VB You must login or register to view this content.

  1. Install VirtualBox
  2. When Installed Open Up Click New
  3. Type: Linux
  4. Version: 64bit
  5. Recommended Memory (768MB - 4000MB) # Up To You
  6. Create a Virtual Hard Disk
  7. VDI (VirtualBox Disk Image)
  8. Dynamically allocated
  9. hit next then create...




Setup Ubunto You must login or register to view this content.

  • Right Click Open Settings/Storage
  • Controller: IDE #there a Disk+ At side click on that.
  • Choose Disk
  • Find File Location Of Ubuntu #ISO FILE
  • File Name "ubuntu-16.04.1-desktop-amd64"
  • Now Click Start.. #you might get error i686 Easy Fix.
  • How To Fix At The Bottom Of This Thread.
  • Now You Will Need To Setup #Its Easy
  • Ok So start it up And install it like windows...


Now Installing llvm and binutils

  • Make Sure Your Doing This On Ubuntu And Not On Your Window
  • Search Your Computer #Top Left
  • Find Terminal And Open It Type Command
  • " sudo apt install llvm " Hit Enter
  • When Done
  • Type Command
  • " sudo apt install binutils " Hit Enter
  • When Done. Close.


PS4-SDK And Direct It You must login or register to view this content.

  • Now Download PS4-SDK On Ubuntu
  • Make A File On Your Desktop Called KRW #make It Easy
  • Place The PS4-SDK In There
  • This Is How Your SDK File Should Look..
  • mine is /home/kieran/Desktop/KRW/PS4-SDK
  • Now We Need To Direct The File So...
  • Open Terminal Again And Type " sudo -H gedit /etc/environment "
  • This Will Open A Text File...
  • Now Direct A Path To Your PS4-SDK
  • Make A New Line And Put " "PS4SDK="YourFilePath"
  • *example* "PS4SDK="/home/kieran/Desktop/KRW/PS4-SDK"
  • Now Save It And Restart Ubuntu...



Now Build libps4 and libusbfatft

  • Open File KRW/PS4-SDK/libps4
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Open File KRW//PS4-SDK/libusbfatfs
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Now Restart Ubuntu Again


Now Try To Build You Own Payload

  • Open File KRW/PS4-SDK/exampls
  • Now Try And Build A Payload
  • So Open Any One Of The Files And Open In Terminal
  • And Type "make" To Build Your Pay Load
  • You Will Now Have A .bin File That's Your Payload.


Now You Are Ready To Build Your Own Payloads But You Will Need To Load Them To PS4. I Will Do A Tutorial On That Soon


Fixing The i686 Error

  • This will need to be done in the Bios
  • Restart you pc and on boot up press F10 for BIOS
  • when you get on it find VT-x (Virtualization Technology) and Enable It.
  • If You Need Help Just Message Me Ill Do My Best.
Last edited by KKE_RW ; 04-26-2017 at 07:02 PM.

The following 10 users say thank you to KKE_RW for this useful post:

Algebra, AnonymusMoDz_-_, Black Panther, EvilDevilReX, filon1001, Hydrogen, Je Modz, MODZ4FUN420, User343234, Vicodin10
02-05-2017, 07:30 PM #2
Hydrogen
Super Mod
Originally posted by RW View Post
Hope It Helps And Thanks To Me KKE_RW , Cturt And 2much4u


  • KKE_RW For This Tutorial
  • 2much4u For Helping Me Help You
  • CTurt For His PS4-SDK And Webkit
  • kR105, flatz, SKFU, droogie, Xerpi, Hunger, Takezo, nas, Proxima



What You Need

  • VirtualBox
  • Ubunto
  • LLVM
  • Binutils
  • PS4-SDK


How To Setup And Install VB You must login or register to view this content.

  1. Install VirtualBox
  2. When Installed Open Up Click New
  3. Type: Linux
  4. Version: 64bit
  5. Recommended Memory (768MB - 4000MB) # Up To You
  6. Create a Virtual Hard Disk
  7. VDI (VirtualBox Disk Image)
  8. Dynamically allocated
  9. hit next then create...




Setup Ubunto You must login or register to view this content.

  • Right Click Open Settings/Storage
  • Controller: IDE #there a Disk+ At side click on that.
  • Choose Disk
  • Find File Location Of Ubuntu #ISO FILE
  • File Name "ubuntu-16.04.1-desktop-amd64"
  • Now Click Start.. #you might get error i686 Easy Fix.
  • How To Fix At The Bottom Of This Thread.
  • Now You Will Need To Setup #Its Easy
  • Ok So start it up And install it like windows...


Now Installing llvm and binutils

  • Make Sure Your Doing This On Ubuntu And Not On Your Window
  • Search Your Computer #Top Left
  • Find Terminal And Open It Type Command
  • " sudo apt install llvm " Hit Enter
  • When Done
  • Type Command
  • " sudo apt install binutils " Hit Enter
  • When Done. Close.


PS4-SDK And Direct It You must login or register to view this content.

  • Now Download PS4-SDK On Ubuntu
  • Make A File On Your Desktop Called KRW #make It Easy
  • Place The PS4-SDK In There
  • This Is How Your SDK File Should Look..
  • mine is /home/kieran/Desktop/KRW/PS4-SDK
  • Now We Need To Direct The File So...
  • Open Terminal Again And Type " sudo -H getit /etc/environment "
  • This Will Open A Text File...
  • Now Direct A Path To Your PS4-SDK
  • Make A New Line And Put " "PS4SDK="YourFilePath"
  • *example* "PS4SDK="/home/kieran/Desktop/KRW/PS4-SDK"
  • Now Save It And Restart Ubuntu...



Now Build libps4 and libusbfatft

  • Open File KRW/PS4-SDK/libps4
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Open File KRW//PS4-SDK/libusbfatfs
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Now Restart Ubuntu Again


Now Try To Build You Own Payload

  • Open File KRW/PS4-SDK/exampls
  • Now Try And Build A Payload
  • So Open Any One Of The Files And Open In Terminal
  • And Type "make" To Build Your Pay Load
  • You Will Now Have A .bin File That's Your Payload.


Now You Are Ready To Build Your Own Payloads But You Will Need To Load Them To PS4. I Will Do A Tutorial On That Soon


Nice work :fout:
02-06-2017, 02:01 PM #3
TehMerkMods
I’m too L33T
Originally posted by RW View Post
Hope It Helps And Thanks To Me KKE_RW , Cturt And 2much4u


  • KKE_RW For This Tutorial
  • 2much4u For Helping Me Help You
  • CTurt For His PS4-SDK And Webkit
  • kR105, flatz, SKFU, droogie, Xerpi, Hunger, Takezo, nas, Proxima



What You Need

  • VirtualBox
  • Ubunto
  • LLVM
  • Binutils
  • PS4-SDK


How To Setup And Install VB You must login or register to view this content.

  1. Install VirtualBox
  2. When Installed Open Up Click New
  3. Type: Linux
  4. Version: 64bit
  5. Recommended Memory (768MB - 4000MB) # Up To You
  6. Create a Virtual Hard Disk
  7. VDI (VirtualBox Disk Image)
  8. Dynamically allocated
  9. hit next then create...




Setup Ubunto You must login or register to view this content.

  • Right Click Open Settings/Storage
  • Controller: IDE #there a Disk+ At side click on that.
  • Choose Disk
  • Find File Location Of Ubuntu #ISO FILE
  • File Name "ubuntu-16.04.1-desktop-amd64"
  • Now Click Start.. #you might get error i686 Easy Fix.
  • How To Fix At The Bottom Of This Thread.
  • Now You Will Need To Setup #Its Easy
  • Ok So start it up And install it like windows...


Now Installing llvm and binutils

  • Make Sure Your Doing This On Ubuntu And Not On Your Window
  • Search Your Computer #Top Left
  • Find Terminal And Open It Type Command
  • " sudo apt install llvm " Hit Enter
  • When Done
  • Type Command
  • " sudo apt install binutils " Hit Enter
  • When Done. Close.


PS4-SDK And Direct It You must login or register to view this content.

  • Now Download PS4-SDK On Ubuntu
  • Make A File On Your Desktop Called KRW #make It Easy
  • Place The PS4-SDK In There
  • This Is How Your SDK File Should Look..
  • mine is /home/kieran/Desktop/KRW/PS4-SDK
  • Now We Need To Direct The File So...
  • Open Terminal Again And Type " sudo -H getit /etc/environment "
  • This Will Open A Text File...
  • Now Direct A Path To Your PS4-SDK
  • Make A New Line And Put " "PS4SDK="YourFilePath"
  • *example* "PS4SDK="/home/kieran/Desktop/KRW/PS4-SDK"
  • Now Save It And Restart Ubuntu...



Now Build libps4 and libusbfatft

  • Open File KRW/PS4-SDK/libps4
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Open File KRW//PS4-SDK/libusbfatfs
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Now Restart Ubuntu Again


Now Try To Build You Own Payload

  • Open File KRW/PS4-SDK/exampls
  • Now Try And Build A Payload
  • So Open Any One Of The Files And Open In Terminal
  • And Type "make" To Build Your Pay Load
  • You Will Now Have A .bin File That's Your Payload.


Now You Are Ready To Build Your Own Payloads But You Will Need To Load Them To PS4. I Will Do A Tutorial On That Soon


Fixing The i686 Error

  • This will need to be done in the Bios
  • Restart you pc and on boot up press F10 for BIOS
  • when you get on it find VT-x (Virtualization Technology) and Enable It.
  • If You Need Help Just Message Me Ill Do My Best.


You must login or register to view this content.


Working link for VB
02-06-2017, 05:14 PM #4
KKE_RW
Save Point
link fixed and you forgot the please...
02-08-2017, 02:16 AM #5
Black Panther
Former Staff
Originally posted by RW View Post
Hope It Helps And Thanks To Me KKE_RW , Cturt And 2much4u


  • KKE_RW For This Tutorial
  • 2much4u For Helping Me Help You
  • CTurt For His PS4-SDK And Webkit
  • kR105, flatz, SKFU, droogie, Xerpi, Hunger, Takezo, nas, Proxima



What You Need

  • VirtualBox
  • Ubunto
  • LLVM
  • Binutils
  • PS4-SDK


How To Setup And Install VB You must login or register to view this content.

  1. Install VirtualBox
  2. When Installed Open Up Click New
  3. Type: Linux
  4. Version: 64bit
  5. Recommended Memory (768MB - 4000MB) # Up To You
  6. Create a Virtual Hard Disk
  7. VDI (VirtualBox Disk Image)
  8. Dynamically allocated
  9. hit next then create...




Setup Ubunto You must login or register to view this content.

  • Right Click Open Settings/Storage
  • Controller: IDE #there a Disk+ At side click on that.
  • Choose Disk
  • Find File Location Of Ubuntu #ISO FILE
  • File Name "ubuntu-16.04.1-desktop-amd64"
  • Now Click Start.. #you might get error i686 Easy Fix.
  • How To Fix At The Bottom Of This Thread.
  • Now You Will Need To Setup #Its Easy
  • Ok So start it up And install it like windows...


Now Installing llvm and binutils

  • Make Sure Your Doing This On Ubuntu And Not On Your Window
  • Search Your Computer #Top Left
  • Find Terminal And Open It Type Command
  • " sudo apt install llvm " Hit Enter
  • When Done
  • Type Command
  • " sudo apt install binutils " Hit Enter
  • When Done. Close.


PS4-SDK And Direct It You must login or register to view this content.

  • Now Download PS4-SDK On Ubuntu
  • Make A File On Your Desktop Called KRW #make It Easy
  • Place The PS4-SDK In There
  • This Is How Your SDK File Should Look..
  • mine is /home/kieran/Desktop/KRW/PS4-SDK
  • Now We Need To Direct The File So...
  • Open Terminal Again And Type " sudo -H getit /etc/environment "
  • This Will Open A Text File...
  • Now Direct A Path To Your PS4-SDK
  • Make A New Line And Put " "PS4SDK="YourFilePath"
  • *example* "PS4SDK="/home/kieran/Desktop/KRW/PS4-SDK"
  • Now Save It And Restart Ubuntu...



Now Build libps4 and libusbfatft

  • Open File KRW/PS4-SDK/libps4
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Open File KRW//PS4-SDK/libusbfatfs
  • Right Click In The Folder Anywhere. Open In Terminal
  • Type " make " Hit ENTER / DONE. CLOSE
  • Now Restart Ubuntu Again


Now Try To Build You Own Payload

  • Open File KRW/PS4-SDK/exampls
  • Now Try And Build A Payload
  • So Open Any One Of The Files And Open In Terminal
  • And Type "make" To Build Your Pay Load
  • You Will Now Have A .bin File That's Your Payload.


Now You Are Ready To Build Your Own Payloads But You Will Need To Load Them To PS4. I Will Do A Tutorial On That Soon


Fixing The i686 Error

  • This will need to be done in the Bios
  • Restart you pc and on boot up press F10 for BIOS
  • when you get on it find VT-x (Virtualization Technology) and Enable It.
  • If You Need Help Just Message Me Ill Do My Best.


I made a script to help people automate this process, but nice thread Smile

The following user thanked Black Panther for this useful post:

DiiMoON_YouTube
04-22-2017, 06:50 PM #6
Nice Thread, in wich Path/Directory of my PS4 do i have to inject my own Payloads?
04-22-2017, 07:20 PM #7
Algebra
[move]mov eax, 69[/move]
Originally posted by One View Post
Nice Thread, in wich Path/Directory of my PS4 do i have to inject my own Payloads?



You must login or register to view this content. lol Also is it your own payload or someone else's if it's your own you should already know the directory you want to upload your content to lmfao?
04-23-2017, 12:35 PM #8
Nice tutorial, just thought I'd mention that in line "7. Open Terminal Again And Type " sudo -H getit /etc/environment" I believe you meant "gedit"? Winky Winky
12-28-2018, 02:50 PM #9
faisalrazzaq
Save Point
how to do you port payloads
12-28-2018, 02:50 PM #10
faisalrazzaq
Save Point
how to do you port payloads

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo