More actions
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 | |
Faps-coredump a tool to output a coredump when a process crashes. Here are some key points to note:
- The tool overlaps with SceCoredump, which is a built-in tool on PlayStation Vita consoles that outputs a coredump when a process crashes.
- When a process crashes, faps-coredump outputs a coredump at the same time as the original coredump generated by SceCoredump.
Installation
If the developer wants to use this tool, they can follow the installation instructions provided in the repository:
- Copy faps-coredump.skprx to any path.
- Add that path to the *KERNEL section of config.txt.
It's worth noting that the repository does not provide any information about how to use the tool or how it works beyond the basic description provided above. If the developer wants more information, they may need to consult the source code or reach out to the repository owner.
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.