Tools: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
Line 16: Line 16:
|-
|-
| [[File:PKGxTractor.png|thumb|left|PS VITA .pkg xTractor]] ||  
| [[File:PKGxTractor.png|thumb|left|PS VITA .pkg xTractor]] ||  
* PS VITA .pkg xTractor 1.01 - [http://uploadmirrors.com/download/2MDQGLHY/pkg_xtractor_win32.rar pkg_xtractor_win32.rar (5.35 MB)] ([http://streetskaterfu.blogspot.de/2012/07/psv-pkg-xtractor-original-is-back.html SKFU])
* PS VITA .pkg xTractor 1.01 - [http://wololo.net/downloads/index.php/download/968 Windows] ([http://streetskaterfu.blogspot.de/2012/07/psv-pkg-xtractor-original-is-back.html SKFU])
|-
|-
|}
|}

Revision as of 00:39, 3 December 2014


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

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