GithubHelp home page GithubHelp logo

teamfaps / psvita-re-tools Goto Github PK

View Code? Open in Web Editor NEW
315.0 26.0 35.0 5.41 MB

A bundle of RE tools for analyzing and modding PSVita OS

License: GNU General Public License v3.0

CMake 0.94% C 93.89% Makefile 0.28% Batchfile 1.68% C++ 3.20% Shell 0.01%

psvita-re-tools's Introduction

PS Vita Reverse Engineering Tools

by FAPS Team (and other developers if they add their tools there)

Every tool provided here will be licensed under GPLv3.0 unless stated otherwise.

What is this?

This toolkit provides tools that aid in the development of PS Vita homebrews and plugins, as well as PC tools and even emulators, by providing tools that speed up development through automation of processes and gives a more friendly view into complex things of PS Vita OS.

These tools heavily contribute to Wiki and open source SDK improvements.

These tools aided in the development of plugins such as: ReStore, ReNpDrm, repatch, reF00D, NoAVLS, rebgdl.

*** Remember: IF YOU DO NOT UNDERSTAND WHAT THESE TOOLS DO, IT MAY NOT BE FOR YOU! ***

Description of the tools

noASLR - by @Princess-of-Sleeping

Disable a Address Space Layout Randomization of PS Vita

  • Credits: Princess-of-Sleeping

Princess Silly Mini Log USB (PSMLogUSB) - by dots_tb

A modified version of PrincessLog to use the USB serial drivers provided by the PSM SDK. This allows for serial stdout without hardware modification.

  • Credits: dots_tb, SilicaAndPina (idea), Sysie

  • Req: Yifan Lu, SonicMastr, teakhanirons

PrincessLog - by @Princess-of-Sleeping

A complete logging solution for any homebrew, user plugin, kernel plugin.

It is more efficient and overall nicer than ShipLog. This logger works similarly to ShipLog in that it captures all stdout with ease (with better accuracy also). Please upgrade to this if you have been using ShipLog. While being much faster than ShipLog, if there is massive amounts of logs the logger may not be able to process them completely and will freeze (ex: taiHEN hexdump). This is unlikely in normal usage.

  • Credits: Princess-of-Sleeping, cuevavirus

ShipLog v2.0 - by @dots-tb (obsolete, use PrincessLog)

A complete logging solution for any homebrew, user plugin, kernel plugin. It can use network or file logging.

+ Added kernel network, removed user plugin dependency
+ Added ability to select which logging methods.
- Removed all user plugin dependency
- USB removed because it causes problem with Shell and CMA (Content Manager Assistant), it is fast but not stable
  • Credits: xerpi, psxdev for their works on logging solutions. Cpasjuste for net driver.

That Hooker Got NIDS – by @dots-tb

A PC tool that hooks specified NIDS automatically.

  • Credits: xerpi for base code used, TheFlow for db.yml parsing, yasen for the name ideas

VitaDecompilerMod – by @dots-tb - based on vitadecompiler by TheFloW, itself based on prxtool by TyRaNiD

A free alternative to IDA PRO. It has a great pseudo-C decompilation that offers a quick view thanks to text file exporting.

Compared to original @TheFlow's version we added a few features such as:

+ More strings (EVEN MORE), including data section. (homebrew strings now work)
+ Generates .c, .h, .txt (NIDs), and db_lookup (<module_name>.yml)
+ ELF and fSELF support
+ Compressed fSELF support
+ Fixed issues with NIDS being improperly found
+ Includes offsets and vaddr
+ Automatic entry point (the entry point is retrieved properly from ELF header)
+ Automatic entry point location (for badly generated ELFs)
+ Relocation support
+ There might be more ?
  • Credits: TheFloW for original VitaDecompiler and PSP prxtool's contributors

prxtool for PS Vita - by TheFloW

An alternative to VitaDecompilerMod: prxtool cannot decompile to pseudo-C but it can decompiles ASM very well.

  • Credits: TheFloW and xerpi for PS Vita port and PSP prxtool's contributors

vita-unmake-fself – by @dots-tb

A PC tool that decompresses an unencrypted SELF file (.skprx, .suprx, .self, eboot.bin) into an ELF file (.elf, .velf).

This tool can't decompress NPDRM encrypted SELF nor System encrypted SELF. That means that you will have to use FAGDec or sceutils to first get a unencrypted SELF. Read SELFtoELF documentation for more informations.

vita-elf-inject – by @dots-tb

A PC tool that injects an ELF (made by FAGDec or vita-unmake-fself) into a decrypted eboot.bin.

  • Credits: Motoharu and CelesteBlue for make-fself rev ur engs.

PSVita-ELF-builder – by @CelesteBlue-dev

DEPRECATED - A PC tool that rebuilds ELF from decrypted modules' segments. To be used after using vitaDecrypt (never released).

  • Credits: zecoxao for the tutorial (how to rebuild ELF from decrypted segments and original SELF), vitasdk for vita-make-fself

French-American Games Decrypter (FAGDec) - by @CelesteBlue-dev and @dots-tb

A PS Vita homebrew that decrypts easily PS Vita user/kernel and games modules and can generate .ppk (compatibility pack for low FWs).

  • Credits: Motoharu, Team Molecule, zecoxao for vitadump(new), xerpi, NPS team esp. @juliosueiras. Check app for further credits.

ioPlus 0.1, 0.2 – by @dots-tb

A PS Vita kernel plugin that allows more IO operations in userland. Fast, simpler, and efficient alternative to kuio (by @Rinnegatamante) (3x smaller). It allows elevated IO permissions of user applications and plugins using the original sceIo functions. This includes reading, writing, opening, and folder management within applications such as official games. It may also include getting stats, not sure.

Version 0.2 is much more inefficient, but supports decryption of files within devices that may open such as PFS devices. (WARNING THIS PLUGIN MAY BYPASS SAFE-MODE)

physmem_dumper - by @xyzz

A PS Vita kernel plugin that dumps Non-Secure World (NS kernel + userland) memory using RAM physical range: from 0x40200000 to 0x5FD00000.

See wiki for more information on PS Vita's physical memory: https://wiki.henkaku.xyz/vita/Physical_Memory.

The output dump stored in ur0:dump/physmem-dump.bin is aimed to be loaded in IDA PRO using https://github.com/xyzz/vita-ida-physdump.

PSVita-error-code-resolver - by @SilicaAndPina and @Princess-of-Sleeping

A PC program that can use the PS Vita error_table.bin to translate error codes.

psp2-kernel-bootimage-extract - by @CelesteBlue-dev and @zecoxao

A PC program that extracts kernel modules ELF files from bootimage.elf or PSPemu flash files from pcff.elf.

psp2-kbl-elf-extract - by @CelesteBlue-dev

A PC program that extracts embedded secure kernel modules ELF and Kernel Boot Loader (Non-secure) files from kernel_boot_loader.elf.

psp2-syslibtrace-nids-extract - by @CelesteBlue-dev

A PC program that extracts the functions NIDs-names table from syslibtrace.elf to stdout.

unarzl - by @TeamMolecule

A PC program that extracts ARZL compressed file.

Kdumper - by @TheFloW and @CelesteBlue-dev

A PS Vita fSELF to run on any activated TestKit/DevKit running FW <=3.67 in order to dump its kernel!

Confirmed working between 3.50 and 3.67. Will need some changes for lower FWs (sceMotionDevGetEvaInfo is only on FW >= 3.50).

Credits: TheFloW for the kernel exploits, CelesteBlue for the many improvements, Mathieulh and LemonHaze for SceNgsUser code.

kdump-extract - by @dots-tb

A PC program that finds and extracts segment 0 of a kernel module from a continous kernel memory dump. It outputs a .elf that can be used for RE (see vitadecompiler), for extracting NIDs (see nids-extract). It is to be used in conjunction with Kdumper on PS Vita side.

psvitalibdoc

Some lists of functions names / NIDs / libraries / modules to be used with vitadump IDA plugin, vitaldr IDA plugin, VitaDecompilerMod or prxtool for PS Vita.


Using the Tools

noASLR Usage

Usage:

  1. Add noaslr.skprx to your config.txt and reboot.
  2. Most modules map to a fixed address, making development easier
  3. enjoy

Princess Silly Mini Log USB Usage

Usage:

  1. Install PSM Usb Serial Drivers.
  2. Add PSMLogUSB.skprx to your config.txt and reboot.
  3. Open your favorite serial monitoring program and set the correct COM port. Set the baudrate to 57600.

In the application you wish to log use:

ksceDebugPrintf, printf (when SceLibc is included such as in games), or sceClibPrintf

Note:

PSMUSBLog will try to end any other USB service, except the the one used in VitaShell for Usb Mass Storage(UMS) mounting. So this will naturally create incompatibilities with plugins such as vita-udcd-uvc.

When using UMS, the serial will be interrupted, however will auto-start up after the UMS service has ended.

The serial device will also be disconnected on reboot and will only restart until the plugin is re-initialized (usually right when Taihen launches)

Serial Monitoring Programs:

You may use any serial monitor program. However, because of the constant reconnecting, I'd recommend kiTTY. <http://www.9bis.net/kitty/#!pages/download.md>

This program allows easy auto reconnect (Connection > Attempt to reconnect on connection failure)

You may also want to enable newline mode: (Terminal > Implicit CR in every LF)

Finally, to find your COM number, look at the "Device Manager" in Windows. It will be under "Ports (COM & LPT)"

Why use PrincessLog over this:

If you are working with USB or are using a Linux dev enviroment (have not checked if Linux has drivers), you may still want to consider PrincessLog.

PrincessLog Usage

Usage:

  1. On PS Vita, install NetLoggingMgrSettings.vpk.
  2. Launch the application and configure your settings. Be sure to save.
  3. Add net_logging_mgr.skprx to your config.txt.
  4. Run NetDbgLogPc.exe <port>
    • NOTE: If no port is specified (just double clicking the program, for example), 8080 will be used by default.
    • To use on other platforms, use netcat or similar. Example netcat command: nc -kl -w 3 <port>. 4.5. To use on Linux, cuevavirus has provided the following netcat command: nc -kl <port>
  5. Reboot PS Vita. Note: If the plugin is already installed and you wish to update the configuration, you may use Update Configuration (along with saving it) without rebooting your system.

In the application you wish to log use:

ksceDebugPrintf, printf (when SceLibc is included such as in games), or sceClibPrintf

QAF Settings:

There is options to make more verbose logs used in QA. You can enable these in the manager app.

Note: While being much faster than ShipLog, if there is massive amounts of logs the logger may not be able to process them completely and will freeze (ex: taiHEN hexdump). This is unlikely in normal usage.

Building:

Each application must built individually with cmake.
When building the kernel plugin, use "make install" to automatically install the stubs. This must be done before building the manager app.
The PC app does not have a dependency on order.

ShipLog v2.0 usage

ShipLog v2.0 is obsolete. Please use PrincessLog instead.


That Hooker Got NIDs usage

Usage:

Dependencies: zlib, libyaml

Run: ./THGN binary <all/library_name/exports/imports> <kernel/user> db.yml <sys:1/0>

Options:

All: Every NID will be hooked. This will try to hook as an export at first, then attempt hook it as an import.

Library_name: Every NID of a library (such as “SceCtrl”) within the module specified will be hooked. This will try to hook as an export at first, then attempt hook it as an import.

Exports: Every export NID will be hooked.

Imports: Every import NID will be hooked.

Kernel: The generated code will work in kernel space.

User: The generated code will work in user space.

Sys: You may choose 1 or 0 to enable or disable syscall mode. You may omit this argument. Some functions will not log unless it enters syscall mode. If you do not see anything within your logs, you may try this option. Try not to use it.

VitaDecompilerMod usage

Dependencies:

VitaDecompiler requires capstone (a disassembler) libraries and libyaml. (On Windows, capstone must be compiled from sources). Make sure you install the *.a and header files to the right directories.

Run: ./vitadecompiler binary db.yml

It will create 4 files:

<binary>.c (The decompiled code)
<binary>.nids.txt (A detailed list of imports and exports)
<binary>.yml (a db_lookup or exports in yml format)
<binary>.h (Prototypes/list of all functions in the source code.

Interpreting the output:

The top section is a printed NIDS table which gives the exports and imports of a module. This information will provide the offsets, virtual address, NID, library name, library NID, and the NID name (or generated name).

Each function has a virtual address and offset displayed next to it. This offset given (if not for a function that has a NID) maybe hooked with Taihen.

Most strings or values are accompanied by a s_text/s_data which gives you the original address. The address is then checked repeatedly until a non-address is found.


prxtool usage

Usage:

Put the module ELF and db.yml in the same folder as prxtool.exe.

The provided build is compatible with Windows. Simply open command line and:

Run: prxtool -n db.yml -w <module_name>.elf > <module_name>.S

Building:

The source code and building instructions are available on TheFloW's github repository:

https://github.com/TheOfficialFloW/prxtool


vita-unmake-fself usage

Usage:

Run: ./vita-unmake-fself.exe input_fself

(you most likely will be able to drag-and-drop also)

The output will be produced in the same folder with .elf appended on to the end of the original file name.

Building:

Dependencies: zlib

make

vita-elf-inject usage

Usage:

Run: ./vita-elf-inject.exe input_fself input_elf

(you most likely will be able to drag-and-drop also)

Recommended usage for modding:

1. Run FAGDec to obtain a SELF.
2. Use vita-unmake-fself to extract the elf from the self.
3. Make required modifications to the elf.
4. Use vita-elf-inject to inject this modified elf back into the self.

The original eboot will be replaced with the product of injection. Please make a backup to plan accordingly.

NOTE: The product will run, however it will have slight changes that differentiates it from a eboot made with the official make-fself.

Building:

Dependencies: zlib

make

PSVita-error-code-resolver usage

Usage :

  • Requires error_table.bin to be present in the Working Directory.
  • This file can be found usually in PS Vita OS at os0:/kd/error_table.bin.
Arguments: <mode> <input>
        Modes:
        -d Decode hex code to shortcode
        -b Bruteforce hex code from shortcode
No arguments = interactive

In decode it simply looks up the shortcode for the provided hex code.

However, in bruteforce mode, it will try every hex code in the table until it finds a match which takes about 2 seconds.

Example :

PSVita-error-code-resolver -b C2-9779-2

would return 80102601 as this is the hex code for C2-9779-2.

Building

Dependencies: none

make all

FAGDec usage

Install the .vpk on a PS Vita.

Controls:

Left/Right switches panels. Holding down each key will expand that pane to fullscreen.
On the Modules list panel, you may hit "Circle" twice to delete a module. "Cross" cancels this action. You can hold down circle.
On a menu with special option that can be jumped to with a button, the button that executes this option is indicated to the right of that specifc option.

Menus:

Decrypt to...:
	SELF - These are verified against the original ELF and can be ran directly on the PS Vita. Big ELFs (50MB+) may have trouble verifying.
	ELF - These are not verified to increase speed. The product must be make_fself'd on the computer or by another method. However, the sha256 is saved to be verified later if you wish.

NOTE: Modders need a ELF to modify, then they have to make a SELF from the modded ELF. See just below:

To manually convert ELF to SELF (on PC using make_fself):

	1) Obtain the leaked SDK make_fself.exe (YOU CANNOT USE THE VITASDK VERSION).
	2) Run: make_fself.exe -c -e <modulename>.elf <modulename>
	3) Open self_auth.bin/<modulename>.auth and copy the first 8 bytes to offset 0x80 of the output SELF of make_fself.exe. These 8 bytes data is the program-authority-id.
	
	NOTE: If you do not wish to use illegally obtained material or want a cross-platform solution, use vita-elf-inject

Decrypting games (when installed on PS Vita):

Just select the title from the screen, and select the modules you wish to be decrypted.

Decrypting games (when NOT installed on PS Vita) -> Using the PATH_ID spoofing system:

vs0/os0 - Drop the module into the vs0:/vs0_em or os0:/os0_em and it will decrypt as if it was the respective device.
app/patch (YOU DO NOT NEED ASSETS TO USE THIS MODE) - Drop the game module into ux0:/app_em/<titleid> or ux0:/patch_em/<TITLEID>. They must be in their respective folder. They also must be PFS decrypted.
NOTE: IN ORDER FOR A NPDRM GAME TO BE DECRYPTED, appropriate work.bin must be located at ux0:/app_em/<titleid>/sce_sys/package/work.bin. This applies to both patches and base games.

WHEN MODDING YOU NEED THE self_auth.bin FROM THE BASE GAME! PLEASE DO NOT FORGET!


PSVita-ELF-builder usage

To reverse PS Vita OS, you need some dumps of the PS Vita modules. These dumps are either memory dumps (St4rk's vitadump) or decrypted SELF (vitaDecrypt).

Now you also have a ALL IN ONE solution: vDump. But in case you want to decrypt quickly a lot of SELFs, you will keep using vitaDecrypt.

vitaDecrypt outputs only compressed decrypted segments. But you have to decompress these segments, or better, convert to ELF file format. This is the aim of this tool.

The output .elf are valid for RE and they can also be rebuilded into SELF using vita-make-fself.

Usage :

  1. In os0-, ud0- and vs0-, place the REAL files of your PS Vita filesystem.
  2. In ux0-/dump/, place the out folder that you got using vitadecrypt.
  3. To rebuild ELF, on Windows run _RUNME.BAT.
  4. After having rebuilded ELF, to rebuild SELF, on Windows run BATCH_MAKE_FSELF.BAT.
  5. You can now use the ELFs in vitadecompiler, IDA, or radare2 or simply use an hexadecimal editor to look into them.

You can also hexedit as you want the ELFs then transform them into SELFs.

WARNING : NEVER WRITE to your PS Vita os0: nor vs0:.


ioPlus 0.1/0.2 usage

Installation:

This is a kernel plugin and so it must be added to the taihen config.txt under the *KERNEL section. Once installed, you may use the standard sceIo functions such as sceIoOpen in user plugins and applications as normal.

ioPlus 0.2 only:

Using PFS decryption on ioPlus 0.2: to use decryption, use the “iop-decrypt:” device.

Ex: to open app0:/Media/level0 ----> iop-decrypt:/Media/level0

NOTE: an opened device with the file decrypted must be currently opened in order for this to work.

Building:

mkdir build
cd build
cmake ..
make all

physmem_dumper usage

How to get a dump:

Put physmem_dumper.skprx in ur0:tai/. You have 3 ways to start this kernel module:

  1. EARLY KERNEL INIT. If you have enso, add this line at the start of ur0:tai/boot_config.txt: -load ur0:tai/physmem_dumper.skprx
  2. PRE SHELL INIT. Add this line in ur0:tai/config.txt under *KERNEL line: ur0:tai/physmem_dumper.skprx
  3. POST SHELL INIT. Rename physmem_dumper.skprx to kplugin.txt and move this file to ux0: root. Launch kplugin loader app by xerpi. Wait until the app tells you to press START to exit.

How to use the dump:

The output dump stored in ur0:dump/physmem-dump.bin is aimed to be loaded in IDA PRO using https://github.com/xyzz/vita-ida-physdump.


psp2-kernel-bootimage-extract usage

See README.md in the psp2-kernel-bootimage-extract folder.


psp2-kbl-elf-extract usage

Obtain kernel_boot_loader.elf file using sceutils.

Run:

./psp2-kbl-elf-extract kernel_boot_loader.elf

Then you can look in the current folder as it now embeds the extracted secure kernel modules ELF and Kernel Boot Loader (Non-secure) files.


psp2-syslibtrace-nids-extract usage

Obtain syslibtrace.elf using sceutils.

Run:

./psp2-syslibtrace-nids-extract syslibtrace.elf > out.txt

Then you can look in the current folder that now embeds out.txt file with the extracted functions NIDs-names table.


unarzl usage

Obtain a ARZL compressed file.

Run:

./unarzl arzl_compressed_file.bin output_file.bin

or simply:

./unarzl arzl_compressed_file.bin

Then you can look in the current folder that now embeds the extracted file.


Kdumper usage

Before compiling, you have to change IP address to the one of your PC in main.c. After compiling, install the application on an activated TestKit/DevKit running a System Software on version stricly lower than 3.68. On PC listen TCP on port 9023. Run the PS Vita application. Follow the instructions on screen. The kernel dump is sent to PC through socket.

kdump-extract usage

Obtain a kernel dump from Kdumper. Be sure that the vaddr of SceSysmem seg0 is at offset 0x0 of the kdump. Kdumper will write it to the file, but you must remove preceeding information.

Run:

./kdump_extract kdump.bin

Further thanks

zecoxao, xerpi, Team_molecule (yifanlu, Davee, Proxima, xyz), Hykem, St4rk, mr.gas, MajorTom, TheFloW, Rinnegatamante, cpasjuste, Freakler, sys (yasen), Nkekev, SilicaAndPina, motoharu, mathieulh, aerosoul, SKGleba, frangarcj, velocity, der0ad (wargio), SKFU, Vita3K, devnoname120, LemonHaze, SocraticBliss, PrincessOfSleeping, Sorvigolova, 173210, qwikrazor87, ColdBird

psvita-re-tools's People

Contributors

blastrock avatar devnoname120 avatar dots-tb avatar lienby avatar princess-of-sleeping avatar sonicmastr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

psvita-re-tools's Issues

ioplus.skprx 0.1 causes game get stuck on splash screen

Game: YS VIII Asian version. Tested on 3.68 psv 2000.

A follow-up of issue #6, in which I forgot to say which plugin I was filling the issue for.

I used ioplus.skprx 0.1 dots_db linked in LOLIcon, and the game freezes. Switched ioplus back to kuio.skprx and kept everything else, everything works fine again.

FaGDec+reF00D

Is it possible to make FAGDec use the reF00D plugin with the keys.bin.?Then decryption is possible on any version of the console.

Compatability pack made using Fagdec.vpk

I made a compatability pack for Fate Extella: THE UMBRAL STAR (PCSE00928) version 1.01 using the fagdec.vpk, the issue is that the game doesn't start when its opened on a 3.60 Vita it is just stuck on the image.

Although making a compatability pack for 1.00 is all good and working.

Please kind of help me to fix this

vita-make-fself.exe change ELF file

When creating FSELF file
vita-make-fself.exe 111.elf 222.bin

ELF file itself changes inside file 222.bin. This can be proved if we compare WinHex the original 111.elf with the 222.bin at the address (0x1000:end file)

Improper cmake for kdumper

In the kdump project CMakeLists.txt links SceKernelThreadmgr_stub_weak, in the latest Vita SDK it's SceKernelThreadMgr_stub_weak
Compilation errors will occur if this issue is not fixed while the latest vita sdk is installed.

FAGDec failure with code 80010002

Hello,

Running FAGDec with Enso 3.65, I run into this issue with some games

Starting dump...
Starting kuEntente plugin: 8002d013
Starting userAllied plugin: 40060067
ERROR kuEntente is busy
Obtaining AID: 0
Obtaining Fixed Rif name: 6488b73b912a753a492e2714e9b38bc7.rif
Unmounting PFS: 80800002
Switching to: PCSG01182
Mounting PFS: 0
Using rif: ux0:license/app/PCSG01182/6488b73b912a753a492e2714e9b38bc7.rif
Decrypting: ux0:/app/PCSG01182/eboot.bin
Outpath: ux0:/FAGDec/app/PCSG01182/eboot.bin.elf
Waiting for decrypter
kuEntente: Getting klicense from rif
kuEntente: kuEntente Returned: 800f0b37
Could not properly save self auth: 80010002
Stripping NpDRM from header...
Got elf digest
Saving digest to: ux0:/FAGDec/app/PCSG01182/eboot.bin.elf.sha256
Module done
Unmounting PFS: 0
Done

(the line ending with 80010002 is highlighted in red)

It results in an invalid, 212-byte elf file. The common point I found is their being titles needing 3.67 or higher.

Is there any step I'm missing?

These games run normally thorugh repatch+comppack or ref00d, by the way.

Create better open source makeSelf for PC

Trying to port the stupid Utawarerumono resolution hack for my personal use. It's impossible in the current state.

Namely, the readme makes clear you need the SDK leak make_fself.exe, and this is not sane, advisable, and also won't work unless it's run under WINE for Linux people.

Aside from this, coughrot13cough Guvf frrzf gb erdhver gur 3.55 FQX yrnx, juvpu V pnaabg sbe gur yvsr bs zr svaq. Gur byqre LYbQ yrnx pna or sbhaq, ohg znxr_sfrys.rkr sebz gurer vf vafhssvpvrag naq chxrf jvgu 'REEBE: guvf svyr vf CEK2 sbezng, ohg cebtenz frtzrag vf CEK sbezng' naq qbrfa'g cebivqr gur -p bcgvba.

Long and short, is there any other method I can use such as building with vita-make-fself and copying stuff from the SCE ELF header from the original eboot.bin?

Rename FAGDec

There is little legitimate reason to keep the first three letters in the name, in that order, and having it without real reason strongly implies hatred of non-straight people. The name needs to be changed.

Still Yellow Letters

Installed the plugin in u0r:tai: file and config (under *Kernel); updatet config file through settings;
Autoplugin shows under some plugins the ioplus with yellow letters

Firmware Henk 3.60, 1104

VitaGraphix cant limit framerate from supported wipout, but resolutions works fine.

ThreadOptimizer freezes the game, when Cpu3 is activated.

what did i miss?

Can't Compile French American Games Decrypter

Whenever I try to compile my fork (whose code has not changed enough to cause an issue like this), I get an error about "conflicting types for 'SceNpDrmLicense" and "ksceNpDrmGetRifVitaKey". Is there a certain version of VitaSDK I need to use? A dependency I'm missing? The tool has no build instructions.

ioplus crashes VitaHBB and EasyVPK

I need ioplus to run VitaGrafix, but it would seem that plugin also crashes the VitaHBB app and EasyVPK app. When I remove ioplus from the mix, those apps work fine 👍

Any ideas on how to get round this, as I already tried the 0.1 and 0.2 versions, both crash the apps.

Creating db.yml

Not really an issue with this tool. Anyway, here is my question. How do you create the db.yml to work with vitadecompiler?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.