More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Addcont ID Dumper | |title=Addcont ID Dumper | ||
Line 14: | Line 8: | ||
|version=2020 | |version=2020 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/aciddumper.zip | ||
|website=https://forum.devchroma.nl/index.php?topic=93.0 | |website=https://forum.devchroma.nl/index.php?topic=93.0 | ||
|source=https://github.com/cuevavirus/AddcontIDDumper | |source=https://github.com/cuevavirus/AddcontIDDumper | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |||
|title_mode=append | |||
|image=addcontiddumpervita2.png | |||
|image_alt=Addcont ID Dumper | |||
}} | |||
Logs calls to sceAppMgrDrmOpen to stdout or file, can be helpful for creating fake DLCs. | Logs calls to sceAppMgrDrmOpen to stdout or file, can be helpful for creating fake DLCs. | ||
Latest revision as of 07:18, 4 August 2024
Addcont ID Dumper | |
---|---|
General | |
Author | cuevavirus |
Type | Plugins |
Version | 2020 |
License | GPL-3.0 |
Last Updated | 2020/08/20 |
Links | |
Download | |
Website | |
Source | |
Logs calls to sceAppMgrDrmOpen to stdout or file, can be helpful for creating fake DLCs.
This only works when the game calls sceAppMgrDrmOpen which requires one of the parameters to be the addcont ID. If the game calls sceIoDopen on addcont0: then sceIoDread to check for available addcont, then the IDs cannot be acquired.
To capture stdout, use PrincessLog or PSMLogUSB found here. File log is recorded at ux0:/aciddumper.log.
Changelog
2020/08/20
- By request from moimerc, plugin has been updated with file logging.
External links
- Author's website - https://bin.shotatoshounenwachigau.moe/vita/aciddumper/
- GitHub - https://github.com/cuevavirus/AddcontIDDumper
- CBPS Forums - https://forum.devchroma.nl/index.php?topic=93.0