COREDMP: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
= Location =
= Location =


== Example ==
Kernel crash dumps:
* They are stored on the swap partition in NXDP format.
* Use [https://fail0verflow.com/blog/2017/ps4-crashdump-dump/ fail0verflow's NXDP decoder].


???/orbiscore-1411820528-0x0000003c-eboot.bin.orbisdmp
Usermode application crash:
* <pre>?/user/data?/orbiscore-1411820528-0x0000003c-eboot.bin.orbisdmp</pre>
* Use an extraction tool that supports GZIP.


= Structure =
?Kernel or shellcore? crash:
 
* <pre>?/user/data?/orbiscore-systemcrash.orbisstate</pre>
* To decompress ORBISDMP files, use an extraction tool that supports GZIP.
* Use [https://github.com/CelesteBlue-dev/PS4-RE-tools/blob/master/ps4-crash-dump-decrypt SocraticBliss's decrypter].




{{Development}}
{{Development}}
<noinclude>[[Category:Main]]</noinclude>
<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 23:25, 18 September 2022

ORBISDMP files are compressed core dumps of a crash.

Location[edit | edit source]

Kernel crash dumps:

Usermode application crash:

  • ?/user/data?/orbiscore-1411820528-0x0000003c-eboot.bin.orbisdmp
  • Use an extraction tool that supports GZIP.

?Kernel or shellcore? crash: