PSXHAX.COM website and domain for sale. Contact Us with your offer!
PS4 Private Static ORTMAPILib.IProcess IProcess by RFOoD x MoDz
Earlier this week PlayStation 4 developer @MrNiato made available his PS4 Console Manager Tool Source Code followed by the required Interop.ORTMAPILib.dll via @oldschoolmodzhd, and now RFOoD x MoDz shared a Private Static ORTMAPILib.IProcess IProcess with homebrew developers. :ninja:

To quote: Private Static ORTMAPILib.IProcess IProcess;

Code:
       void SetMemory(ulong Address, object Bytes)
            {
                IProcess.SetMemory(Address, Bytes);
            }

           void GetMemory(ulong Address, uint ByteCount, out uint Bytes)
           {
               IProcess.GetMemory(Address, ByteCount, out Bytes);
           }

           void SendConsoleInput(string InptText)
           {
               IProcess.SendConsoleInput(eConsoleOutputPort.STREAM_STDERR, InptText);
           }
Example:
Code:
byte[] buffer = new byte[] { 0xFF, 0xFF };
SetMemory(0xFFFFF, buffer);
Thanks to @HydrogenNGU for sharing the Pastebin in the PSXHAX Shoutbox! :thumbup:
PS4 Console Manager Tool Source for TestKits / DevKits by MrNiato
A few months ago PlayStation 4 developer @MrNiato shared a PlayStation 4 TestKit DEX Console Manager demonstration video, and today following the launch of his new site he returns with a Happy New Year gift bringing PS4 developers the Console Manager Tool Source Code for TestKit / DevKit owners. :coolxf2:

Download: PS4 Console Manager.rar (362.21 KB) / Interop.ORTMAPILib.dll via oldschoolmodzhd

To quote from his site PSXHackingNews.com: [SC] Console Manager Tool for PS4 TestKit / DevKit

Nearly 2 month after the video I release the source code of my console manager, yes this is really basic but maybe one day it will be useful. Of course I don't include the Interop.ORTMAPILib because this is illegal.

Cheers @MrNiato for letting us know of the news in the PSXHAX Shoutbox! :bananaman5:
GameCube / Wii Dolphin Emulator on PS4 Linux Demo by Fail0verflow
Earlier this week we reported on Fail0verflow's demonstration at 33c3 2016, and today Marcan shared another brief video demo of the Nintendo GameCube / Wii Dolphin Emulator running via PS4 Linux on their exploited 4.05 console. :hearteyes:

Below is the PlayStation 4 Linux Dolphin Emulator demonstration video along with some related Tweets:

Thanks to @B7U3 C50SS, @Shodan, @SpardaFTW and @VultraAID in the PSXHAX Shoutbox for sharing the news! :thumbup:
PlayStation 4 Developer MrNiato Launches PSXHackingNews.com Site
It's been awhile since we last heard from PlayStation 4 developer @MrNiato, but today he announced the launch of a new site (while still maintaining his Blog, of course) with the collaboration of @Feniix and @JUBAKAB located at PSXHackingNews.com! :veryhappy:

To quote from his new site PSXHackingNews: Welcome on PSX Hacking News, a new project of 3 member of the H7K3R Team: MrNiato & Jubakab. Our goal is to bring you news about PlayStation hacks, development tutorials, and some hacks about PlayStation games like Call Of Duty or Grand Theft Auto V.

Don't forget to check the page "About us" to know us! Thanks!

Final Fantasy XV Game Bug Demo: Out of Bounds Glitch Crashes PS4
Hi, I found a way to crash my PlayStation 4 console while playing Final Fantasy XV using the out of bounds glitch.

It shows the following error on the screen:

An error has occurred in the following application: (CE-34878-0) Final Fantasy XV

I didn't have any PS4 updates / DLC for the game installed.

Below is a demonstration video of the crash:

Back
Top