PS4API Server Payload & Client with Source Code by DaBlackPantha - Printable Version +- Sick Gaming (https://www.sickgaming.net) +-- Forum: Console Gaming (https://www.sickgaming.net/forum-119.html) +--- Forum: Sony Mods (https://www.sickgaming.net/forum-26.html) +--- Thread: PS4API Server Payload & Client with Source Code by DaBlackPantha (/thread-83156.html) |
PS4API Server Payload & Client with Source Code by DaBlackPantha - xSicKx - 06-29-2017 Last year we saw both a PS4Payload IP Patcher and PS4 SDK Installer Script from PlayStation 4 developer @DaBlackPantha, and today he returns with a basic PS4API Server Payload and Client Side complete with source code and details below. Download: To quote from Black Panther on NGU: Basic PS4API Open Sourced THIS IS FOR 1.76 ONLY!!! I'm releasing my PS4API that I wrote because there were no other APIs released when I made this. I want to thank 2much4u and Bad ChoicesZ for their help with this. They helped me out a lot. As long as all the other big dogs in the PS4 community such as CTurt, Z80, and Zecoxao. You can find the code over at this git also: The code is not the best, but I just don't have the time or the interest to work on this anymore, hopefully someone else will build upon this and make it gr8. The api is very similar to PS3API by imcsx, with most of the same functions, etc. I made it that way so it would be relatively easy to port projects from PS3 to PS4, etc. How to use the API: Add the dll as a resource to your project Include the namespace in your project Common function usage: Code: PS4API.ConnectTarget(string ip) - Connects to the supplied local ip address. This will only work obviously if the payload is still running on the ps4... You can also call the commands that the server can process directly by using: Code: PS4API.Commands.[] - Here has all the raw command calls, such as ReadMemory, GetPID, VSH Notification, etc. Known bugs: One of the biggest bugs that I have found, and am too lazy to debug, is a bug in which if you call the ReadMemory command to read a large chunk of memory too fast, it will crash the payload. This tells me the error lies in the payload code. But as I said, I have no interest in this project anymore. Feel free to use this api as long as you do not use it for anything malicious or for anything commercial. Again, thanks to the following people for all their hardwork: 2much4u, Bad ChoicesZ, CTurt, qwertyoruiop, kr105rlz, Z80, and Zecoxao. |