Tools: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
Line 34: Line 34:
* PS Vita Mail Writer / EML File Generator 0.3 - [https://github.com/tomtomdu80/VitaMailWriter/releases MailWriter.exe (401K B)] ([https://github.com/tomtomdu80/VitaMailWriter tomtomdu80])
* PS Vita Mail Writer / EML File Generator 0.3 - [https://github.com/tomtomdu80/VitaMailWriter/releases MailWriter.exe (401K B)] ([https://github.com/tomtomdu80/VitaMailWriter tomtomdu80])
* PS Vita Mail Writer / EML File Generator 0.4 - [https://github.com/cfwprpht/VitaMailWriter/releases MailWriter.exe (402 KB)] ([https://github.com/cfwprpht/VitaMailWriter cfwprpht])
* PS Vita Mail Writer / EML File Generator 0.4 - [https://github.com/cfwprpht/VitaMailWriter/releases MailWriter.exe (402 KB)] ([https://github.com/cfwprpht/VitaMailWriter cfwprpht])
|-
|}
== Simple Vita RCO Extractor ==
{|
|-
|[[File:svre.png|thumb|left|Simple Vita RCO Extractor]] ||
* Simple Vita RCO Extractor - [https://github.com/cfwprpht/Simply_Vita_RCO_Extractor/releases Simple_Vita_RCO_extractor.exe (17.5 KB)] ([https://github.com/cfwprpht/Simply_Vita_RCO_Extractor cfwprpht]) ([http://www.share-online.biz/dl/6DQIO2UNXXK resource folder])
|-
|-
|}
|}

Revision as of 01:16, 3 September 2015


PS VITA Firmware xTractor

PS VITA Firmware xTractor

PS VITA .pkg xTractor

PS VITA .pkg 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

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


ROP

A Return Orientated Programming (ROP) tool by Davee