COREDMP: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
m (Undo revision 278249 by 75.128.244.218 (talk))
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{wikify}}
ORBISDMP files are compressed core dumps of a crash.
= What are ORBISDMP files =


* ORBISDMP files are just compressed core dumps of a crash
= Location =
* To decompress them, use something that supports GZIP


== Examples of ORBISDMP files ==
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].


* https://dl.dropboxusercontent.com/u/35197530/zip/orbiscore-1411820528-0x0000003c-eboot.bin.orbisdmp
Usermode application crash:
* https://dl.dropboxusercontent.com/u/35197530/zip/orbiscore-1411914189-0x00000051-eboot.bin.orbisdmp
* <pre>?/user/data?/orbiscore-1411820528-0x0000003c-eboot.bin.orbisdmp</pre>
* Use an extraction tool that supports GZIP.


=== File Structure Header ===
?Kernel or shellcore? crash:
 
* <pre>?/user/data?/orbiscore-systemcrash.orbisstate</pre>
see [[http://www.filesignatures.net/index.php?page=search&search=1F8B08&mode=SIG here]]
* 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: