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,071
2,634
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
 

Nostafaru

Moderating the Crunch Bunch.
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Apr 6, 2014
2,020
1,783
443
Nice post! :D
 
  • Like
Reactions: Younis

JO65

Community Elite
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Oct 27, 2013
1,927
1,213
418
Bijoux
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

Psycho_Coder

Active Poster
Retired Staff
Active Member
Apr 12, 2014
642
481
133
UK
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
  • @ lurch6661:
    man i hope its online cause if it is its all over ha
  • @ QM|T_JinX:
    ya well the guy in the video said after the twitter post normaly it wont take long befor a release so lets hope a month or maybe 2
  • @ QM|T_JinX:
    i already said it is for the 11.00 so no no online
  • @ QM|T_JinX:
    still no online xploit and if this will release it already taking this long for a 11.00 xploit what is the latest ps4 firmware 11.50 or so
  • @ lurch6661:
    yup
  • @ QM|T_JinX:
    mayb if xploit can run dex kernal it will allow us to go online but like i said i know to little about it so i have no idea
  • @ QM|T_JinX:
    lol but even then i havent seen anything about ids on ps4 so if you get banned its pretty mutch over for that ps4
  • @ lurch6661:
    lol
  • @ lurch6661:
    the world has turned and left me here
  • @ lurch6661:
    good song
  • @ QM|T_JinX:
    xd
  • @ lurch6661:
    unlocked a trophy in battlefield
  • @ QM|T_JinX:
    nice
  • @ QM|T_JinX:
    what rank you on there
  • @ lurch6661:
    i think 9
  • @ lurch6661:
    ya no loose in poker then i play battlefield ha
  • @ QM|T_JinX:
    ok haha yea im on mw3
  • @ QM|T_JinX:
    last match 20 and this match 39 kills
  • @ lurch6661:
    dam good job
  • @ QM|T_JinX:
    now i got over 40 this was a good match for sure
  • Chat Bot:
    Laraycoot is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ lurch6661:
    zap
    @ QM|T_JinX: :weed: