Author Topic: PSP2 Coredump Parser - Simple tool to parse .psp2dmp files  (Read 4655 times)

Offline Graphene

  • Useful Idiot
  • ***
  • Posts: 108
    • View Profile
PSP2 Coredump Parser - Simple tool to parse .psp2dmp files
« 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

« Last Edit: January 09, 2022, 01:18:16 AM by Graphene »

Offline Graphene

  • Useful Idiot
  • ***
  • Posts: 108
    • View Profile
Re: PSP2 Coredump Parser - Simple tool to parse .psp2dmp files
« Reply #1 on: January 05, 2022, 07:22:24 PM »
Application has been updated: fixed parsing of thread stop reason, fiber and UL thread states.

Offline Graphene

  • Useful Idiot
  • ***
  • Posts: 108
    • View Profile
Re: PSP2 Coredump Parser - Simple tool to parse .psp2dmp files
« Reply #2 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.