Difference between revisions of "Talk:Xbox Debug Monitor"

From xboxdevwiki
Jump to: navigation, search
(Created page with "== Crypto notes == The hash function used throughout XBDM is a [https://en.wikipedia.org/wiki/One-way_compression_function#Matyas.E2.80.93Meyer.E2.80.93Oseas Matyas–Meyer...")
 
(Incomplete: new section)
Line 2: Line 2:
  
 
The hash function used throughout XBDM is a [https://en.wikipedia.org/wiki/One-way_compression_function#Matyas.E2.80.93Meyer.E2.80.93Oseas Matyas–Meyer–Oseas one-way compression function] built on what appears to be a homegrown [https://en.wikipedia.org/wiki/Feistel_cipher balanced Feistel cipher] with a 64-bit key, 64-bit blocks, and 16 rounds. I can't find references to any of the constants online.
 
The hash function used throughout XBDM is a [https://en.wikipedia.org/wiki/One-way_compression_function#Matyas.E2.80.93Meyer.E2.80.93Oseas Matyas–Meyer–Oseas one-way compression function] built on what appears to be a homegrown [https://en.wikipedia.org/wiki/Feistel_cipher balanced Feistel cipher] with a 64-bit key, 64-bit blocks, and 16 rounds. I can't find references to any of the constants online.
 +
 +
== Incomplete ==
 +
 +
The list is still incomplete. Important functions such as "setmem" are still missing.
 +
Can someone <code>strings</code> the file so we have a full commandset somewhere?

Revision as of 21:28, 23 June 2017

Crypto notes

The hash function used throughout XBDM is a Matyas–Meyer–Oseas one-way compression function built on what appears to be a homegrown balanced Feistel cipher with a 64-bit key, 64-bit blocks, and 16 rounds. I can't find references to any of the constants online.

Incomplete

The list is still incomplete. Important functions such as "setmem" are still missing. Can someone strings the file so we have a full commandset somewhere?