Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update the current version
  • Loading branch information
seregonwar authored Sep 21, 2024
1 parent 4d2de99 commit a1a28e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# PFU - PupFileUnpacker

![Python 3.12](https://img.shields.io/badge/Python-3.12-blue)
![Version](https://img.shields.io/badge/version-v1.5.0a-brightgreen)
![Version](https://img.shields.io/badge/version-v1.5.1a-brightgreen)
![GitHub stars](https://img.shields.io/github/stars/seregonwar/Pup-file-extractor?style=social)
![License](https://img.shields.io/badge/license-MIT-red)
<p align="center">
<a href="https://github.com/seregonwar/PFU-PupFileUnpacker/blob/main/logo.png">
<img alt="PFU" src="logo.png" width="300" />
</a>
</p>
<p align="center">
<a href="https://github.com/seregonwar/PFU-PupFileUnpacker/blob/main/logo.png">
<img alt="PFU" src="logo.png" width="300" />
</a>
</p>
<p align="center">
PFU is a Python tool for extracting and analyzing PS4 firmware update files (PUPs). It provides an easy way to unpack and inspect the contents of PUP packages.
</p>
</p>

## Features

Expand Down Expand Up @@ -86,6 +86,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## Disclaimer

This tool is only for educational and investigative purposes. I am not responsible for any misuse or damage caused by this tool.

## State of development
The development of this software is currently at a standstill. The code is complete and partially fulfills its intended functionality, but I am seeking a way to decrypt all update files encrypted with AES-256. The PFU feature is finished, but it cannot fully and properly extract the files. If I had access to Sony’s encryption keys and integrated them into the code, the decryption process would be much simpler. I will continue to release patches to address any bugs.

## State of development
The development of this software is currently at a standstill. The code is complete and partially fulfills its intended functionality, but I am seeking a way to decrypt all update files encrypted with AES-256. The PFU feature is finished, but it cannot fully and properly extract the files. If I had access to Sony’s encryption keys and integrated them into the code, the decryption process would be much simpler. I will continue to release patches to address any bugs.

0 comments on commit a1a28e2

Please sign in to comment.