Re: ttyfier

2009-12-20 Thread Marc Girod
Marc Girod wrote: > > I start playing with gdb... > I don't get very far: it returns directly to the shell prompt. I did a make clean, uncommented the DEBUG = -g, and make again, but to no avail. ttyfier> file tfy.exe tfy.exe: PE32 executable for MS Windows (console) Intel 8

ttyfier (was: /dev/conout)

2009-12-20 Thread Marc Girod
Marc Girod wrote: > > I am still looking forward to tfy... > Building it, I get a exe called tfy.exe, and a ttyfier1.dll shared library. I try: ./tfy cleartool -ver in the cygwin console and in an xterm I get a 'flash' then nothing, and the process seems to hang. I can kill them with: ps

Re: ttyfier (was: Re: Looking for the 'stdout' of a Windows application)

2009-12-14 Thread Marc Girod
Andy Koppe wrote: > > Thanks, I had't heard of ttyfier. Interesting stuff! More > comprehensive than my 'conin' attempt because it tranlates output as > well as input. > I downloaded the sources and built it. My first try at using it wasn't very convincing: i

Re: ttyfier (was: Re: Looking for the 'stdout' of a Windows application)

2009-12-14 Thread Dave Korn
Andy Koppe wrote: > But the DLL injection makes me wonder: is it possible to override > existing functions such as WriteConsole or ReadConsole? You'd need to inject a DLL that hotpatched the IAT live in memory, which is certainly possible, but a bit hacky. (I don't know whether the LD_PRELOAD

ttyfier (was: Re: Looking for the 'stdout' of a Windows application)

2009-12-13 Thread Andy Koppe
2009/12/13 René Berber: > And there's the old 'ttyfier' which almost worked: > > http://sources.redhat.com/ml/cygwin/2006-03/msg00164.html > > I say almost because it assumes a fixed terminal size and it fails if > the output exceeds that size, and there where

Re: TTYfier

2006-12-17 Thread Eric Mangold
Thanks for the reply... On Sun, 17 Dec 2006 10:29:02 -0600, Egor Duda <[EMAIL PROTECTED]> wrote: Eric Mangold wrote: First of all, i think it's better to post it to cygwin mailing list. I'm trying to use ttyfier to make the native win32 build of Python play nice over a cygwi

Re: TTYfier

2006-12-17 Thread Egor Duda
Eric Mangold wrote: First of all, i think it's better to post it to cygwin mailing list. > I'm trying to use ttyfier to make the native win32 build of Python play > nice over a cygwin/ssh/bash shell. I can ssh in to my Windows machine and > run the Native python but

Re: TTYfier

2006-03-06 Thread Egor Duda
Barry B wrote: > Does anyone still have the source code to a Cygwin > program called "ttyfier"? TTYfier is supposed to > allow the running of Windows console applications that > don't know how to converse with a tty. This would > allow one to run such programs

TTYfier

2006-03-04 Thread Barry B
Does anyone still have the source code to a Cygwin program called "ttyfier"? TTYfier is supposed to allow the running of Windows console applications that don't know how to converse with a tty. This would allow one to run such programs via the sshd that comes with Cygwin. There u