PS4 AC1D Flash Tool Manager Released By CFWProphet

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Younis

Administrator
Staff member
Administrator
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Sep 27, 2013
2,075
2,643
743
5SN8vbm.jpg

Today, well known developer cfwprophet has released PS4 AC1D Flash Tool Manager that allows you to Dump, Write, Validate, Extract and show Infos of a PS4 NOR Dump and Validate, Extract and Show Infos of a SLB2 Container from the PS4 Macronix NOR Flash chip with the use of a Teensy++ 2.0 USB development board and judge's SPIWay.py script.

What it is?

This is a Tool to handle the PS4 Macronix NOR Flash. It can Read/Write the Chip with use of Teensy++ 2.0 USB Dev Board. But there for the Tool is more only a GUI cause it use @judges SPIWay.py script for the Read/Write part.

Then the Tool can validate a PS4 NOR Dump and Display the infos of your Console in the GUI. If you want you can also store your console infos in a database text file.

It comes with the Python 2.7 and Python Serial Installer and will check if you have both installed or not. But at least it hase a own extracter and can extract a PS4 NOR Dump file as well a SLB2 Container. The validator Routine isn't perfect right now and even give me on my own dump on 3 of 33 Arrays to check a false negative. This is mostly to do that there need to be done more investigation on Console specific Marks and such they are present on all Consoles.

But right now there isn't much use for the end user so i still have time to correct that. In case of your a Dev and want to write a Dump to your consoles flash that do not validate, then just create a empty txt file with the name "developer.conf". This will enable the Tool to activate all blocked buttons.​

Used Lib's:
  • ConsoleControle.dll - is a librarie from Dave Kerr
  • ProcessInterface.dll - is a librarie from Dave Kerr
  • SPIway.py - is a script from Judges
  • Log.dll - is a librarie from me (cfwprophet)
  • Tools.dll - is a librarie from me (cfwprophet)
  • nor4ps.dll - is a librarie from me (cfwprophet)
  • SLB2.dll - is a librarie from me (cfwprophet)
So you may ask for what the SPIway.bat will be ?

It's simpli. VisualStudio can't handle the python script. For that a python integration to Visual Studio
will be needed. There are allready projects for that but in a beta phase. So we use the .batch to kind
of spoof the python script. In case VS understand and can handle .bat's we just do the same within the .bat what we otherwise would do with the python script in VS. We do a "Call" and execute the python script with the needed arguments.​

What to do?
  • Adjust the validator Routine for the PS4 NOR flash.
  • Include a Flash Patcher Routine.
  • (Or) Activate diff Write. (which is already included into judges SPIway.py script).
  • Finish the vdump function which will verify the dumped data against the data on Chip.
  • Modify Console Control to match even more needs. (Like a way to check and wait for the current process to be done without the affect that your whole code stops and will cause a crash of your app).
Credits and Greets:
  • Judges for his SPIway.py script (many thx)
  • Dave Kerr for his Console Controle Class librarie
  • eussNL for his affinity about the DevWiki (woop woop)
  • flatz for his PS4 unPKG.py script
  • grafchockolo for all his amazing work on the PS3 (i will always credit you in any scene releaded stuff thank you for everything you have done. We would need more guys like you in the Sony PlayStation Hacking Scene)
  • KDSBest for beeing a Mentor and a god friend to me
  • GotNoUsername you know why and that's enough
  • All Devwiki Contributors !! (information have to be free to every one)
  • Pockets69, Sandungas, Helsing9, GregoryRasputin, t000, Ada, _NiceShot, ******.net, ******.net, ************* and everyone else i forgot....(wink, wink)
Some usefull Libraries also Released !!

Download: PS4_AC1D_Flash-Tool.rar / PS4 AC1D Flash Tool (Mirror) / PS4 AC1D Flash Tool GIT / Useful Libraries / Useful Libraries GIT

Source: https://twitter.com/cfwprophet/status/458450519909232640
 
Nice post! :D
 
  • Like
Reactions: Younis
5SN8vbm.jpg

Today, well known developer cfwprophet has released PS4 AC1D Flash Tool Manager that allows you to Dump, Write, Validate, Extract and show Infos of a PS4 NOR Dump and Validate, Extract and Show Infos of a SLB2 Container from the PS4 Macronix NOR Flash chip with the use of a Teensy++ 2.0 USB development board and judge's SPIWay.py script.

What it is?

This is a Tool to handle the PS4 Macronix NOR Flash. It can Read/Write the Chip with use of Teensy++ 2.0 USB Dev Board. But there for the Tool is more only a GUI cause it use @judges SPIWay.py script for the Read/Write part.

Then the Tool can validate a PS4 NOR Dump and Display the infos of your Console in the GUI. If you want you can also store your console infos in a database text file.

It comes with the Python 2.7 and Python Serial Installer and will check if you have both installed or not. But at least it hase a own extracter and can extract a PS4 NOR Dump file as well a SLB2 Container. The validator Routine isn't perfect right now and even give me on my own dump on 3 of 33 Arrays to check a false negative. This is mostly to do that there need to be done more investigation on Console specific Marks and such they are present on all Consoles.

But right now there isn't much use for the end user so i still have time to correct that. In case of your a Dev and want to write a Dump to your consoles flash that do not validate, then just create a empty txt file with the name "developer.conf". This will enable the Tool to activate all blocked buttons.​

Used Lib's:
  • ConsoleControle.dll - is a librarie from Dave Kerr
  • ProcessInterface.dll - is a librarie from Dave Kerr
  • SPIway.py - is a script from Judges
  • Log.dll - is a librarie from me (cfwprophet)
  • Tools.dll - is a librarie from me (cfwprophet)
  • nor4ps.dll - is a librarie from me (cfwprophet)
  • SLB2.dll - is a librarie from me (cfwprophet)
So you may ask for what the SPIway.bat will be ?

It's simpli. VisualStudio can't handle the python script. For that a python integration to Visual Studio
will be needed. There are allready projects for that but in a beta phase. So we use the .batch to kind
of spoof the python script. In case VS understand and can handle .bat's we just do the same within the .bat what we otherwise would do with the python script in VS. We do a "Call" and execute the python script with the needed arguments.​

What to do?
  • Adjust the validator Routine for the PS4 NOR flash.
  • Include a Flash Patcher Routine.
  • (Or) Activate diff Write. (which is already included into judges SPIway.py script).
  • Finish the vdump function which will verify the dumped data against the data on Chip.
  • Modify Console Control to match even more needs. (Like a way to check and wait for the current process to be done without the affect that your whole code stops and will cause a crash of your app).
Credits and Greets:
  • Judges for his SPIway.py script (many thx)
  • Dave Kerr for his Console Controle Class librarie
  • eussNL for his affinity about the DevWiki (woop woop)
  • flatz for his PS4 unPKG.py script
  • grafchockolo for all his amazing work on the PS3 (i will always credit you in any scene releaded stuff thank you for everything you have done. We would need more guys like you in the Sony PlayStation Hacking Scene)
  • KDSBest for beeing a Mentor and a god friend to me
  • GotNoUsername you know why and that's enough
  • All Devwiki Contributors !! (information have to be free to every one)
  • Pockets69, Sandungas, Helsing9, GregoryRasputin, t000, Ada, _NiceShot, ******.net, ******.net, ************* and everyone else i forgot....(wink, wink)
Some usefull Libraries also Released !!

Download: PS4_AC1D_Flash-Tool.rar / PS4 AC1D Flash Tool (Mirror) / PS4 AC1D Flash Tool GIT / Useful Libraries / Useful Libraries GIT

Source: https://twitter.com/cfwprophet/status/458450519909232640
Ok then :Dcool:coolguy:
Hehe hopefully sooner rather than later ps4 will fall ;):DancingGuy:
 
  • Like
Reactions: Younis
5SN8vbm.jpg

Today, well known developer cfwprophet has released PS4 AC1D Flash Tool Manager that allows you to Dump, Write, Validate, Extract and show Infos of a PS4 NOR Dump and Validate, Extract and Show Infos of a SLB2 Container from the PS4 Macronix NOR Flash chip with the use of a Teensy++ 2.0 USB development board and judge's SPIWay.py script.

What it is?

This is a Tool to handle the PS4 Macronix NOR Flash. It can Read/Write the Chip with use of Teensy++ 2.0 USB Dev Board. But there for the Tool is more only a GUI cause it use @judges SPIWay.py script for the Read/Write part.

Then the Tool can validate a PS4 NOR Dump and Display the infos of your Console in the GUI. If you want you can also store your console infos in a database text file.

It comes with the Python 2.7 and Python Serial Installer and will check if you have both installed or not. But at least it hase a own extracter and can extract a PS4 NOR Dump file as well a SLB2 Container. The validator Routine isn't perfect right now and even give me on my own dump on 3 of 33 Arrays to check a false negative. This is mostly to do that there need to be done more investigation on Console specific Marks and such they are present on all Consoles.

But right now there isn't much use for the end user so i still have time to correct that. In case of your a Dev and want to write a Dump to your consoles flash that do not validate, then just create a empty txt file with the name "developer.conf". This will enable the Tool to activate all blocked buttons.​

Used Lib's:
  • ConsoleControle.dll - is a librarie from Dave Kerr
  • ProcessInterface.dll - is a librarie from Dave Kerr
  • SPIway.py - is a script from Judges
  • Log.dll - is a librarie from me (cfwprophet)
  • Tools.dll - is a librarie from me (cfwprophet)
  • nor4ps.dll - is a librarie from me (cfwprophet)
  • SLB2.dll - is a librarie from me (cfwprophet)
So you may ask for what the SPIway.bat will be ?

It's simpli. VisualStudio can't handle the python script. For that a python integration to Visual Studio
will be needed. There are allready projects for that but in a beta phase. So we use the .batch to kind
of spoof the python script. In case VS understand and can handle .bat's we just do the same within the .bat what we otherwise would do with the python script in VS. We do a "Call" and execute the python script with the needed arguments.​

What to do?
  • Adjust the validator Routine for the PS4 NOR flash.
  • Include a Flash Patcher Routine.
  • (Or) Activate diff Write. (which is already included into judges SPIway.py script).
  • Finish the vdump function which will verify the dumped data against the data on Chip.
  • Modify Console Control to match even more needs. (Like a way to check and wait for the current process to be done without the affect that your whole code stops and will cause a crash of your app).
Credits and Greets:
  • Judges for his SPIway.py script (many thx)
  • Dave Kerr for his Console Controle Class librarie
  • eussNL for his affinity about the DevWiki (woop woop)
  • flatz for his PS4 unPKG.py script
  • grafchockolo for all his amazing work on the PS3 (i will always credit you in any scene releaded stuff thank you for everything you have done. We would need more guys like you in the Sony PlayStation Hacking Scene)
  • KDSBest for beeing a Mentor and a god friend to me
  • GotNoUsername you know why and that's enough
  • All Devwiki Contributors !! (information have to be free to every one)
  • Pockets69, Sandungas, Helsing9, GregoryRasputin, t000, Ada, _NiceShot, ******.net, ******.net, ************* and everyone else i forgot....(wink, wink)
Some usefull Libraries also Released !!

Download: PS4_AC1D_Flash-Tool.rar / PS4 AC1D Flash Tool (Mirror) / PS4 AC1D Flash Tool GIT / Useful Libraries / Useful Libraries GIT

Source: https://twitter.com/cfwprophet/status/458450519909232640


Very nice, There is more to come. Big and exciting things.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • @ God:
    That’s the truth I see I come on here often here lately, sometimes I don’t chat! But yes I really want to help out and do everything I can bring the site back like it should be bro! Maybe we could work something out, I think I have the resources and community to help
  • @ QM|T_JinX:
    yea i have seen you on here just like unbound and some others but they didnt stick haha yea would be great to see this site grow again like you said like it should be
  • @ God:
    We will see we gotta talk to the boss man Younis
  • @ QM|T_JinX:
    for sure haha well lets hope right
  • @ QM|T_JinX:
    i still think if there was a jailbreak for ps4 this site would have been back for sure
  • @ God:
    That would be awesome I’m sure it will happen before long, technology now a days is crazy! If we can work out a deal and plans I’ll be spreading the word and doing a lot to make it better more attractive and helpful fourms tips giveaways and all
  • @ God:
    I’ve been messing and working with trying to make great CSS for the names. Like Staff Premium news writer etc..
  • @ QM|T_JinX:
    ok so hows that going /
  • @ God:
    It’s going good. So we will see what happens and if the site can come back like it was or better
  • @ QM|T_JinX:
    nice yea lets hope
  • @ QM|T_JinX:
    im going to play some red dead it was great to have spoken to you bro nice to see you back on here
  • @ QM|T_JinX:
    hope you have a great night bro
  • @ God:
    It was good talking with you as well, you have a great night! We will talk later bro
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    have a great weekend everybody ill be back after the weekend
  • Chat Bot:
    OkBrruh is our newest member. Welcome!
  • Chat Bot:
    uncrtin is our newest member. Welcome!
  • Chat Bot:
    BigTechModz is our newest member. Welcome!
  • @ BigTechModz:
    Hey this is RexMods I don’t remember the login to my old account so I made a new one I am now known as BigTechModz
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    iDior2K is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    KillerDino49 is our newest member. Welcome!
  • Chat Bot:
    Xiomber is our newest member. Welcome!
      Chat Bot: Xiomber is our newest member. Welcome!