Following his recent PS4API Server project, today PlayStation 4 developer @BISOON made available a NetCheat API for PS4 4.05 Firmware similar to the popular NetCheat PS3 tool for game cheats. 
Download: netCheatAPI-for-PS4-master.zip / GIT
To quote from BISOON on NGU: Hello again guys
Might most of you have used netCheat for PS3* to search for offsets or anything else, this tool is extremely useful most of the time doing game cheats.
Fortunately, Dnawrkshp made it with the possibility for API extension which loads API/Plugin during runtime this feature will be handy when we want to use the tool with various platforms, so I used this PS4Lib.dll to make netcheat API for PS4, probably will be useful
Installation:
Drop all dlls from here bin/release to [your netCheat folder]/APIs/
I tested on netCheat 4.53, the app open source you can find it on Dnawrkshp's GitHub page, comment below if you encounter any problem...
Credits:
Installation
Drop all dlls from here bin/release to [your netCheat folder]/APIs/ You need PS4API server payload to use this, you can download it from here PS4API.bin
Note
Netcheat will read 65000 bytes in one request, so in the API.cs I just devided the number of requested bytes by 16384 to make sure the browser will not crash.
Cheers to @HydrogenNGU for the heads-up on this news via Twitter earlier today!
Download: netCheatAPI-for-PS4-master.zip / GIT
To quote from BISOON on NGU: Hello again guys
Might most of you have used netCheat for PS3* to search for offsets or anything else, this tool is extremely useful most of the time doing game cheats.
Fortunately, Dnawrkshp made it with the possibility for API extension which loads API/Plugin during runtime this feature will be handy when we want to use the tool with various platforms, so I used this PS4Lib.dll to make netcheat API for PS4, probably will be useful
Installation:
Drop all dlls from here bin/release to [your netCheat folder]/APIs/
I tested on netCheat 4.53, the app open source you can find it on Dnawrkshp's GitHub page, comment below if you encounter any problem...
Credits:
- Dnawrkshp
Installation
Drop all dlls from here bin/release to [your netCheat folder]/APIs/ You need PS4API server payload to use this, you can download it from here PS4API.bin
Note
Netcheat will read 65000 bytes in one request, so in the API.cs I just devided the number of requested bytes by 16384 to make sure the browser will not crash.
Cheers to @HydrogenNGU for the heads-up on this news via Twitter earlier today!