Tools: Difference between revisions
Jump to navigation
Jump to search
m (Protected "Tools" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
CelesteBlue (talk | contribs) |
||
(39 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Software]] | [[Category:Software]]<noinclude>[[Category:Main]]</noinclude> | ||
== PS VITA Firmware xTractor == | == PS VITA Firmware xTractor == | ||
[[ | {| class="wikitable" style="width:100%;" | ||
* PS VITA Firmware xTractor - [http://www. | |- | ||
* PS VITA FW xTractor 1.01 update + linux version - [http://www. | | [[File:PS VITA Firmware xTractor 2.00.png|thumb|left|PS VITA Firmware xTractor]] || | ||
* PS VITA Firmware xTractor 2.00 - [http://www.multiupload.com/ | * 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.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.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.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]) | |||
|- | |||
|} | |||
== PS VITA Live Area preViewer == | |||
{| class="wikitable" style="width:100%;" | |||
|- | |||
| [[File:PS VITA Live Area preViewer.png|thumb|left|PS VITA Live Area preViewer]] || | |||
* PS VITA Live Area preViewer - [http://www.share-online.biz/dl/KTDDL3UNBW (4.18 MB)] ([http://streetskaterfu.blogspot.com/2011/11/ps-vita-live-area-previewer.html SKFU]) | |||
|- | |||
|} | |||
== PS VITA Mail Writer / EML File Generator == | |||
{| class="wikitable" style="width:100%;" | |||
|- | |||
|[[File:VitaMailWritter.png|thumb|left|PS VITA Mail Writer / EML File Generator]] || | |||
* PS Vita Mail Writer / EML File Generator 0.4 - [https://github.com/tomtomdu80/VitaMailWriter/releases MailWriter.exe (402K B)] ([https://github.com/tomtomdu80/VitaMailWriter tomtomdu80], see README for contributors) | |||
|- | |||
|} | |||
== Simple Vita RCO Extractor == | |||
{| class="wikitable" style="width:100%;" | |||
|- | |||
|[[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]) | |||
|- | |||
|} | |||
== List Dir Vita == | |||
{| class="wikitable" style="width:100%;" | |||
|- | |||
| [[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]) | |||
|- | |||
|} | |||
== 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]) | |||
|- | |||
|} | |||
== index.dat tools == | |||
{| class="wikitable" stale="width:100%;" | |||
|- | |||
| Vita .dat tool by cfwprophet || | |||
* GUI tool to handle PS Vita index.dat files. - [https://github.com/cfwprpht/vdat/releases/tag/v0.1 (376 KB)] ([https://github.com/cfwprpht/vdat source]) | |||
|- | |||
| ps-index-dat-tool by CelesteBlue || | |||
* Command line tool to handle PS3, PS Vita and PS4 index.dat files. - [https://github.com/CelesteBlue-dev/PS-RE-tools/tree/main/ps-index-dat-tool/release release] ([https://github.com/CelesteBlue-dev/PS-RE-tools/tree/main/ps-index-dat-tool source]) | |||
|} | |||
== Vitatools == | |||
These tools are based on the ps3tools made by fail0verflow team. | |||
[https://github.com/wargio/vitatool vitatools git]<br /> | |||
Tools Available now | |||
* pupunpack | |||
* unpkg | |||
* pkg_reader (unfinished) | |||
== PLAYSTATION®SUITE SDK BETA VERSION == | |||
*Language: C#<br /> | |||
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) | |||
== | <pre>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)</pre> | |||
[https://github.com/wargio/vitatoolchain Download] | |||
== PKG Decrypt == | |||
Decrypts And Extracts PSN Downloaded PKG Files. | |||
SRC: 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''' | |||
*http://www.lolhax.org/2014/10/04/roptool/ |
Latest revision as of 05:16, 28 January 2023
PS VITA Firmware xTractor[edit | edit source]
|
PS VITA Live Area preViewer[edit | edit source]
PS VITA Mail Writer / EML File Generator[edit | edit source]
|
Simple Vita RCO Extractor[edit | edit source]
|
List Dir Vita[edit | edit source]
|
Vita Title Update HMAC Tool[edit | edit source]
index.dat tools[edit | edit source]
Vita .dat tool by cfwprophet | |
ps-index-dat-tool by CelesteBlue |
Vitatools[edit | edit source]
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[edit | edit source]
- Language: C#
http://www.playstation.com/psm/developer/index_e.html
ARM Toolchain[edit | edit source]
- 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)
PKG Decrypt[edit | edit source]
Decrypts And Extracts PSN Downloaded PKG Files.
SRC: 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[edit | edit source]
Decrypt/Encrypt CMA Backups
GitHub: https://github.com/yifanlu/psvimgtools/releases
registrydb0-tools[edit | edit source]
Decrypt/Encrypt os0:kd/registry.db0
GitHub: https://github.com/SilicaAndPina/registrydb0-tools
ROP[edit | edit source]
A Return Orientated Programming (ROP) tool by Davee