More actions
(Created page with "{{Infobox Vita Homebrews |title=faps-coredump |image=psvita2.png |description=The overlap type coredump kernel module. |author=Princess-of-Sleeping |lastupdated=2022/09/02 |type=Plugins |version=1.2.6.1 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/fapscoredumpvita.7z |website=https://github.com/Princess-of-Sleeping/faps-coredump |source=https://github.com/Princess-of-Sleeping/faps-coredump |discussion= }} {{#seo: |title=Vita Homebrew Apps (Plugins) - Ga...") |
m (Text replacement - "|discussion=" to "|donation=") |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
|website=https://github.com/Princess-of-Sleeping/faps-coredump | |website=https://github.com/Princess-of-Sleeping/faps-coredump | ||
|source=https://github.com/Princess-of-Sleeping/faps-coredump | |source=https://github.com/Princess-of-Sleeping/faps-coredump | ||
| | |donation= | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
Line 19: | Line 19: | ||
|image_alt=faps-coredump | |image_alt=faps-coredump | ||
}} | }} | ||
Overlap type coredump kernel module. | |||
It overlaps with SceCoredump and outputs coredump at the same time as original coredump same time when process crashes | |||
==Installation== | ==Installation== | ||
Copy faps-coredump.skprx to any path. | |||
Add that path to the *KERNEL section of config.txt. | |||
==Changelog== | ==Changelog== | ||
Line 36: | Line 32: | ||
*Fixed stack overflow for hwinfo2 dump. | *Fixed stack overflow for hwinfo2 dump. | ||
'''v1.2.6''' | '''v1.2.6''' | ||
* Update faps-coredump | * Update faps-coredump. | ||
* Fixed float register dump | * Fixed float register dump. | ||
* Add hwinfo dump | * Add hwinfo dump . | ||
'''v1.2.5''' | '''v1.2.5''' | ||
* Fixed coredump register bug | * Fixed coredump register bug. | ||
* And update some struct | * And update some struct. | ||
'''v1.2.4''' | '''v1.2.4''' | ||
*Fixed some code and bugs | *Fixed some code and bugs. | ||
** Fixed typo | ** Fixed typo. | ||
** Fixed sce coredump move bug | ** Fixed sce coredump move bug. | ||
** Update function name | ** Update function name. | ||
** Update TTBR1 dump to only full dump | ** Update TTBR1 dump to only full dump. | ||
** Update file name to process_display.c from process_sceenshot.c | ** Update file name to process_display.c from process_sceenshot.c. | ||
** Add display dump level option | ** Add display dump level option. | ||
'''v1.2.2''' | '''v1.2.2''' | ||
* Fixed wrong memblocks dump method. | * Fixed wrong memblocks dump method. | ||
Line 66: | Line 62: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Princess-of-Sleeping/faps-coredump | ||
* Twitter - https://twitter.com/possvkey |
Latest revision as of 00:47, 14 August 2023
faps-coredump | |
---|---|
General | |
Author | Princess-of-Sleeping |
Type | Plugins |
Version | 1.2.6.1 |
License | MIT License |
Last Updated | 2022/09/02 |
Links | |
Download | |
Website | |
Source | |
Overlap type coredump kernel module.
It overlaps with SceCoredump and outputs coredump at the same time as original coredump same time when process crashes
Installation
Copy faps-coredump.skprx to any path.
Add that path to the *KERNEL section of config.txt.
Changelog
v1.2.6.1
- Fixed stack overflow for hwinfo2 dump.
v1.2.6
- Update faps-coredump.
- Fixed float register dump.
- Add hwinfo dump .
v1.2.5
- Fixed coredump register bug.
- And update some struct.
v1.2.4
- Fixed some code and bugs.
- Fixed typo.
- Fixed sce coredump move bug.
- Update function name.
- Update TTBR1 dump to only full dump.
- Update file name to process_display.c from process_sceenshot.c.
- Add display dump level option.
v1.2.2
- Fixed wrong memblocks dump method.
- Added display info dump to screenshot dump.
v1.2
- Change module dump to elf from RAW segments.
- Fix NULL refer call bug.
v1.1
- Optimize code to get things done faster.
- Added the function/variable to dump import/export of module with yml.
v1.0.2
- Fixed the non-devkit host0: issue.
- And fixed some bugs.
v1.0
- First Release.