From 5b86a10e6a155dfca075e004bd600a7039f80dd7 Mon Sep 17 00:00:00 2001 From: Christopher Shepherd Date: Sat, 9 May 2015 17:47:29 -0400 Subject: [PATCH] status update in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aff7a64..2bbc499 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ CIFS / SMB2 navel gazing, in 65816 assembly. +5/9/2015 - Current status: Connects on port 445, sends valid SMB Protocol Negotiation message, accepts and analyzes reply. Next step: Login, mount a share, read a file. + Build 'CMD.S' with Merlin32 and the included Library directory. Whatever, play along, but no apologies for lack of optimization and style yet. You'll see I don't dynamically allocate some things I should. At the moment I'm more interested in digging through tcpdumps and making things act right.