Advertisement
Guest User

elf-loader-help

a guest
Feb 20th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. how to load a hito sdk elf with elf loader
  2.  
  3.  
  4. 1. get playground running( one with a elf-loader like on http://www.extreme-modding.de/PS4/1.76/Playground/index.html)
  5. 2. click on load
  6. 3. when its says payload listening you need to start the listen connection on your pc
  7. 4. using socat you can do so by typing "socat - TCP:ip of your ps4:5052" ie. socat - TCP:192.168.1.156:5052
  8. 5. don't close that window, it should not disconnect but be waiting for feedback
  9. 6. no use another window and type "socat -u FILE:path to your elf TCP:ip of your ps4:5053" ie. socat -u FILE:hello_world.elf TCP:192.168.1.156:5053
  10. 7. when you perform that 2nd command you should have feedback on the 5052 port and it'll display any printf calls within the elf.
  11.  
  12. *for the ce-32785-5 patch all you now need to do is go try and load a game from the home menu and should not have an error if the payload executed properly.
  13. fyi this patch is temporarily since it changes code running within the ram, once you turn off your ps4 you will loose these changes so they will be needed to be applied
  14. every boot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement