diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/notes.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/notes.md b/docs/notes.md index c4a72ab..9965544 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -324,6 +324,22 @@ code to reassemble these chunks, the following observations were made: drawings. These bytes appear to be some kind of padding as changing them appears to have no effect and does not show up in the drawing. +Using the reassembled message data, the following message was decoded as an +experiment: + +![](../assets/first-decode-pictochat.png) + +Wireshark allows you to easily save the binary content of a dissection field to +a file: + +![](../assets/first-decode-ws.png) + +Resulting decoded image: + +<div style="background-color: black; padding: 4px; font-size: 0px; display: inline-block;"> +<img src="../assets/first-decode.png"/> +</div> + ## Unsure/notes - Is the endianness of the DS properly emulated? |