From 59b4df9a0aa5e7a4a98c8730858e3c2bbcfc98fc Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 31 Aug 2024 15:00:30 +0200 Subject: successfully convert pictochat data capture to png --- docs/notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') 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: + +
+ +
+ ## Unsure/notes - Is the endianness of the DS properly emulated? -- cgit v1.2.3