Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rawaho/cachepwn
A tool to decrypt and extract data stored in PhatAC's cache.bin storage file
https://github.com/rawaho/cachepwn
asherons-call csharp emulator phatac
Last synced: 9 days ago
JSON representation
A tool to decrypt and extract data stored in PhatAC's cache.bin storage file
- Host: GitHub
- URL: https://github.com/rawaho/cachepwn
- Owner: Rawaho
- License: gpl-3.0
- Created: 2017-10-25T11:43:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T10:12:12.000Z (about 7 years ago)
- Last Synced: 2024-10-30T04:56:47.712Z (about 2 months ago)
- Topics: asherons-call, csharp, emulator, phatac
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CachePwn
A tool to decrypt and extract data stored in PhatAC's cache.bin storage file### Usage
CachePwn can be used to unpack and pack cache.bin files, see the following examples on how to achieve this.#### Unpack
Parameter 1: Mode (1 = Unpack).
Parameter 2: Path to PhatAC's cache storage file.```
CachePwn.exe 1 C:\PhatAC\Data\cache.bin
```*This will generate 9 chunk files (\*.raw) and keys.json which contains the stage 1 decryption keys for the chunks.*
#### Pack
Parameter 1: Mode (2 = Pack).
Parameter 2: Path to directory that contains the raw chunk files (*.raw) and keys.json.```
CachePwn.exe 2 C:\CachePwn
```*This will generate a new cache.bin file using the supplied chunks and keys.*