X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 1 May 2009 20:26:31 +0100 Message-ID: <416096c60905011226j27e942bcrf7661fb1693b5df1@mail.gmail.com> Subject: Re: DOS programs under "screen" From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 2009/4/21 Barry Kelly: > Windows implements console mode as a client-server protocol between the > executable (ntvdm.exe for DOS apps) and winsrv.dll (hosted in > csrss.exe), but the protocol isn't easily hookable. I guess one would > have to hijack the console APIs, perhaps by stepping into the > application using debugging APIs and overwriting the DLL imports, but it > would be pretty painful. Hi Barry, have you got any pointers to documentation or reverse engineering attempts for that console protocol? 2009/4/21 Christopher Faylor: > It can be done using the same technique as Console2: > > http://console.sourceforge.net I don't understand how. ReadConsoleOutput() on the hidden console only gives you the cooked output in terms of character cell contents and attributes, whereas the raw output as it came from the console app would need to be sent to the pty to be displayed by the likes of screen. As far as I can see, recreating the raw output from the cooked one isn't possible in general. This article has more on this: http://homepages.tesco.net/~J.deBoynePollard/FGA/capture-console-win32.html Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/