Tools: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
Line 52: Line 52:
|}
|}


== Vita .dat Tool ==
== index.dat decryption tools ==
 
 
{| class="wikitable" stale="width:100%;"
{| class="wikitable" stale="width:100%;"
|-
|-
| [[http://somelinktothepichere_NeedSleep|thumb|left|Vita .dat Tool]] ||
| Vita .dat tool by cfwprophet||
* Tool to handle Vita .dat files. Currently only index.dat is supported - [https://github.com/cfwprpht/vdat/releases/tag/v0.1 (376 KB)] ([https://github.com/cfwprpht/vdat cfwprpht])
* GUI tool to handle PSVita index.dat files. - [https://github.com/cfwprpht/vdat/releases/tag/v0.1 (376 KB)] ([https://github.com/cfwprpht/vdat source])
|-
|-
| index-dat-tool by CelesteBlue||
* CMD line tool to handle PSVita and PS4 index.dat files. - [https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/index-dat-tool/build|nobuildyet] ([https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/index-dat-tool source])
|}
|}



Revision as of 23:51, 3 February 2019


PS VITA Firmware xTractor

PS VITA Firmware xTractor

PS VITA Live Area preViewer

PS VITA Live Area preViewer

PS VITA Mail Writer / EML File Generator

PS VITA Mail Writer / EML File Generator

Simple Vita RCO Extractor

Simple Vita RCO Extractor

List Dir Vita

List Dir Vita
  • List Dir Vita (ListDirVita is a simple parser for files.db (Still WIP)) - (10 KB) (tomtomdu80)

Vita Title Update HMAC Tool

Vita Title Update HMAC Tool

index.dat decryption tools

Vita .dat tool by cfwprophet
index-dat-tool by CelesteBlue
  • CMD line tool to handle PSVita and PS4 index.dat files. - [1] (source)

Vitatools

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

  • Language: C#

http://www.playstation.com/psm/developer/index_e.html

ARM Toolchain

  • 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)

Download


PKG Decrypt

Decrpyts And Extracts PSN Downloaded PKG Files.

SRC:

GitHub: 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

Decrypt/Encrypt CMA Backups

GitHub: https://github.com/yifanlu/psvimgtools/releases

registrydb0-tools

Decrypt/Encrypt os0:kd/registry.db0

GitHub: https://github.com/SilicaAndPina/registrydb0-tools

ROP

A Return Orientated Programming (ROP) tool by Davee