Tools: Difference between revisions
Jump to navigation
Jump to search
Tomtomdu80 (talk | contribs) |
Cfwprophet (talk | contribs) |
||
Line 49: | Line 49: | ||
| [[File:Listdirvita.png|thumb|left|List Dir Vita]] || | | [[File:Listdirvita.png|thumb|left|List Dir Vita]] || | ||
* List Dir Vita (ListDirVita is a simple parser for files.db (Still WIP)) - [https://bitbucket.org/tomtomdu80/listdirvita/downloads (10 KB)] ([https://bitbucket.org/tomtomdu80/listdirvita tomtomdu80]) | * List Dir Vita (ListDirVita is a simple parser for files.db (Still WIP)) - [https://bitbucket.org/tomtomdu80/listdirvita/downloads (10 KB)] ([https://bitbucket.org/tomtomdu80/listdirvita tomtomdu80]) | ||
|- | |||
|} | |||
== Vita Title Update HMAC Tool == | |||
{| class="wikitable" style="width:100%;" | |||
|- | |||
| [[File:image1.png|thumb|left|Vita Title Update HMAC Tool]] || | |||
* Generate Game Title Update Links - [https://github.com/cfwprpht/VTU_HMAC/releases/tag/0.1 (742 KB)] ([https://github.com/cfwprpht/VTU_HMAC cfwprpht]) | |||
|- | |- | ||
|} | |} |
Revision as of 05:43, 8 September 2015
PS VITA Firmware xTractor
|
PS VITA .pkg xTractor
PS VITA Live Area preViewer
PS VITA Mail Writer / EML File Generator
|
Simple Vita RCO Extractor
|
List Dir Vita
|
Vita Title Update HMAC Tool
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