Difference between revisions of "Talk:Xbox Debug Monitor"
From xboxdevwiki
(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...") |
m (Forgot: Signature added) |
||
(One intermediate revision by the same user not shown) | |||
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? | ||
+ | --[[User:JayFoxRox|JayFoxRox]] ([[User talk:JayFoxRox|talk]]) 14:29, 23 June 2017 (PDT) |
Latest revision as of 21:29, 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?
--JayFoxRox (talk) 14:29, 23 June 2017 (PDT)