Tools: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
CelesteBlue (talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 52: | Line 52: | ||
|} | |} | ||
== | == index.dat tools == | ||
{| class="wikitable" stale="width:100%;" | {| class="wikitable" stale="width:100%;" | ||
|- | |- | ||
| Vita .dat tool by cfwprophet || | |||
* | * GUI tool to handle PS Vita index.dat files. - [https://github.com/cfwprpht/vdat/releases/tag/v0.1 (376 KB)] ([https://github.com/cfwprpht/vdat source]) | ||
|- | |- | ||
| ps-index-dat-tool by CelesteBlue || | |||
* Command line tool to handle PS3, PS Vita and PS4 index.dat files. - [https://github.com/CelesteBlue-dev/PS-RE-tools/tree/main/ps-index-dat-tool/release release] ([https://github.com/CelesteBlue-dev/PS-RE-tools/tree/main/ps-index-dat-tool source]) | |||
|} | |} | ||
Line 94: | Line 97: | ||
==PKG Decrypt== | == PKG Decrypt == | ||
Decrypts And Extracts PSN Downloaded PKG Files. | |||
SRC: https://github.com/St4rk/PkgDecrypt | |||
Pre-compiled binaries: | Pre-compiled binaries: | ||
Line 106: | Line 108: | ||
Linux: https://drive.google.com/open?id=0B8wXQbm9DD-6SURBcEpRbXFoZkU | Linux: https://drive.google.com/open?id=0B8wXQbm9DD-6SURBcEpRbXFoZkU | ||
==PSVIMGTOOLS== | ==PSVIMGTOOLS== | ||
Decrypt/Encrypt CMA Backups | Decrypt/Encrypt CMA Backups | ||
GitHub: github.com/yifanlu/psvimgtools/releases | GitHub: https://github.com/yifanlu/psvimgtools/releases | ||
==registrydb0-tools== | |||
Decrypt/Encrypt os0:kd/[[registry.db0]] | |||
GitHub: https://github.com/SilicaAndPina/registrydb0-tools | |||
== ROP == | == ROP == |
Latest revision as of 05:16, 28 January 2023
PS VITA Firmware xTractor[edit | edit source]
|
PS VITA Live Area preViewer[edit | edit source]
PS VITA Mail Writer / EML File Generator[edit | edit source]
|
Simple Vita RCO Extractor[edit | edit source]
|
List Dir Vita[edit | edit source]
|
Vita Title Update HMAC Tool[edit | edit source]
index.dat tools[edit | edit source]
Vita .dat tool by cfwprophet | |
ps-index-dat-tool by CelesteBlue |
Vitatools[edit | edit source]
These tools are based on the ps3tools made by fail0verflow team.
vitatools git
Tools Available now
- pupunpack
- unpkg
- pkg_reader (unfinished)
PLAYSTATION®SUITE SDK BETA VERSION[edit | edit source]
- Language: C#
http://www.playstation.com/psm/developer/index_e.html
ARM Toolchain[edit | edit source]
- GNU C and C++ compilers (gcc-4.6.3)
- GNU assembler and linker
- C and C++ runtime libraries
- GNU debugger (gdb-7.3.1)
export AS := arm-none-eabi-as export CC := arm-none-eabi-gcc export CXX := arm-none-eabi-g++ export AR := arm-none-eabi-ar export LD ?= arm-none-eabi-gcc export STRIP := arm-none-eabi-strip export OBJCOPY := arm-none-eabi-objcopy CFLAGS = -Wall -mcpu=cortex-a9 CXXFLAGS = $(CFLAGS)
PKG Decrypt[edit | edit source]
Decrypts And Extracts PSN Downloaded PKG Files.
SRC: https://github.com/St4rk/PkgDecrypt
Pre-compiled binaries:
Windows: https://drive.google.com/open?id=0B8wXQbm9DD-6YUZUWkVkdnpISlk
Linux: https://drive.google.com/open?id=0B8wXQbm9DD-6SURBcEpRbXFoZkU
PSVIMGTOOLS[edit | edit source]
Decrypt/Encrypt CMA Backups
GitHub: https://github.com/yifanlu/psvimgtools/releases
registrydb0-tools[edit | edit source]
Decrypt/Encrypt os0:kd/registry.db0
GitHub: https://github.com/SilicaAndPina/registrydb0-tools
ROP[edit | edit source]
A Return Orientated Programming (ROP) tool by Davee