diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-31 15:00:30 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-31 15:00:30 +0200 |
commit | 59b4df9a0aa5e7a4a98c8730858e3c2bbcfc98fc (patch) | |
tree | 9cd3141321d0669d274f5fdfbf13e6a95f45b2f2 /docs | |
parent | 2a643308faf4262b938f9c32ab49fd56a95f04a0 (diff) |
successfully convert pictochat data capture to png
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? |