From ce4055d052c33c399e83747c9d351715c6e22726 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Mon, 3 Jan 2022 17:30:55 -0600 Subject: [PATCH] Updated Radius PowerView Commands (markdown) --- Radius-PowerView-Commands.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Radius-PowerView-Commands.md b/Radius-PowerView-Commands.md index cd5df9c..dd35683 100644 --- a/Radius-PowerView-Commands.md +++ b/Radius-PowerView-Commands.md @@ -78,8 +78,8 @@ Data in: `01 09 08` ## **UNKNOWN** (C9) -Command: C9 00 00 31 00 00 03 LL -* LL = Length in 16-bit **words** +Command: `C9 00 00 21 81 00 LL 00` +* LL = Length in bytes Function: ***Unknown at this time*** @@ -123,7 +123,12 @@ Data out: `3E` C9 comes repeatedly during a long spurt at startup. ## Write to frame buffer (CA) -Command: `CA 00 00 00 00 50 01 E0 00 00 00` +Command: `CA 00 00 00 00 50 01 E0` + +or + +Command: `CA 01 1E A8 00 01 00 LL 00 9E 00` - Size 3 + * LL = Length Function: ***Unknown at this time*** Currently guessing that this updates the framebuffer.