CBPS Forums

Console Hacking => PS Vita => Kits => Topic started by: Graphene on January 05, 2022, 01:26:59 AM

Title: PSP2 Coredump Parser - Simple tool to parse .psp2dmp files
Post by: Graphene on January 05, 2022, 01:26:59 AM
Coredump Parser is a simple tool to parse .psp2dmp files based on PSP2TMAPILib.

It allows to parse coredumps made on Retail, TestKit or TOOL PS Vita consoles.
Note that SCE Target Manager Server for PSP2 must be installed and running on your PC in order to use this tool (yes, even to work with retail system/coredumps).

Currently this tool parses various information for following objects:

- Version
- Device
- TTY cache
- Process
- Application
- Budget
- Module
- Library
- File
- Memory Block
- Thread
- Callback
- Condition Variable
- Lightweight Condition Variable
- Event
- Mutex
- Lightweight Mutex
- Message Pipe
- RW Lock
- Semaphore
- Thread Event Handler
- Fiber
- User-level thread

(https://i.imgur.com/HYNybgZ.png)
Title: Re: PSP2 Coredump Parser - Simple tool to parse .psp2dmp files
Post by: Graphene on January 05, 2022, 07:22:24 PM
Application has been updated: fixed parsing of thread stop reason, fiber and UL thread states.
Title: Re: PSP2 Coredump Parser - Simple tool to parse .psp2dmp files
Post by: Graphene on January 09, 2022, 01:19:07 AM
Application has been updated: fixed reported values for touch and render process IDs, added TTY cache info.