Tools: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 5: | Line 5: | ||
|- | |- | ||
| [[File:PS VITA Firmware xTractor 2.00.png|thumb|left|PS VITA Firmware xTractor]] || | | [[File:PS VITA Firmware xTractor 2.00.png|thumb|left|PS VITA Firmware xTractor]] || | ||
* PS VITA Firmware xTractor - [http://www. | * PS VITA Firmware xTractor - [http://www.wololo.net/downloads/index.php/version/1589 Windows] ([http://streetskaterfu.blogspot.com/2011/11/ps-vita-firmware-xtractor.html SKFU]) | ||
* PS VITA FW xTractor 1.01 update + linux version - [http://www. | * PS VITA FW xTractor 1.01 update + linux version - [http://www.wololo.net/downloads/index.php/version/1591 Windows] / [http://www.multiupload.com/2XFOAJA0FU vita_linux.rar (4.44 MB)] ([http://streetskaterfu.blogspot.com/2011/11/ps-vita-fw-xtractor-101-update-linux.html SKFU]) | ||
* PS VITA Firmware xTractor 2.00 - [http://www. | * PS VITA Firmware xTractor 2.00 - [http://www.wololo.net/downloads/index.php/version/1607 Windows] ([http://streetskaterfu.blogspot.com/2011/11/ps-vita-firmware-xtractor-200.html SKFU]) | ||
* PS VITA Firmware xTractor 2.01 - [http://www. | * PS VITA Firmware xTractor 2.01 - [http://www.wololo.net/downloads/index.php/download/950 Windows] / [http://www.multiupload.com/RG6UE4UPNH lnx_vita_201.rar (4.5 MB)] ([http://streetskaterfu.blogspot.com/2011/12/ps-vita-firmware-xtractor-201.html SKFU]) | ||
|- | |- | ||
|} | |} |
Revision as of 23:34, 2 December 2014
PS VITA Firmware xTractor
|
PS VITA .pkg xTractor
|
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)
ROP
A Return Orientated Programming (ROP) tool by Davee