More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=ioplusvita2.png | ||
|image_alt=ioPlus | |image_alt=ioPlus | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=ioPlus | |title=ioPlus | ||
|image= | |image=ioplusvita2.png | ||
|description=ioPlus works by re-validating mount points that would previously be invalidated by a fios2 mount point causing files to be inaccessible by plugins. | |description=ioPlus works by re-validating mount points that would previously be invalidated by a fios2 mount point causing files to be inaccessible by plugins. | ||
|author=dots-tb | |author=dots-tb | ||
|lastupdated= | |lastupdated=2020/06/18 | ||
|type=Plugins | |type=Plugins | ||
|version=0. | |version=0.1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ioplusvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/ioplusvita.7z | ||
Line 18: | Line 18: | ||
|source=https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/ioPlus | |source=https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/ioPlus | ||
}} | }} | ||
ioPlus is a kernel plugin that allows more IO operations in userland. Fast, simpler, and efficient alternative to [[Kuio_Vita|kuio plugin]] (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. | 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. | ||
== | ==Installation== | ||
Put the .suprx file to your tai folder and enable it in ux0(ur0):tai/config.txt (change to ur0 if you use SD2Vita) | |||
*KERNEL | |||
ux0:tai/ioplus.skprx | |||
Please be aware that this elevates the IO of all applications, so use at your own risk. | |||
==Changelog== | ==Changelog== | ||
''' | '''v0.1 2020/06/18''' | ||
* | *Along with directory support, this ioPlus does the elevation at the beginning of the app startup, like rePatch v3, rather than with each IO call making it hopefully more efficient. | ||
*This version also migrates to DolceSDK. | |||
''' | '''v0.2 2018/03/09''' | ||
* | *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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/ioPlus | ||
* CBPS Forums - https://forum.devchroma.nl/index.php?topic=205.0 |
Revision as of 12:34, 6 Ocak 2023
ioPlus | |
---|---|
General | |
Author | dots-tb |
Type | Plugins |
Version | 0.1 |
License | GPL-3.0 |
Last Updated | 2020/06/18 |
Links | |
Download | |
Website | |
Source | |
ioPlus is a kernel plugin that allows more IO operations in userland. Fast, simpler, and efficient alternative to kuio plugin (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.
Installation
Put the .suprx file to your tai folder and enable it in ux0(ur0):tai/config.txt (change to ur0 if you use SD2Vita)
*KERNEL ux0:tai/ioplus.skprx
Please be aware that this elevates the IO of all applications, so use at your own risk.
Changelog
v0.1 2020/06/18
- Along with directory support, this ioPlus does the elevation at the beginning of the app startup, like rePatch v3, rather than with each IO call making it hopefully more efficient.
- This version also migrates to DolceSDK.
v0.2 2018/03/09
- 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.