NAME
IO::Pty::HalfDuplex::PTrace - identify reads using syscall tracing
SYNOPSIS
IO::Pty::HalfDuplex->new(backend => 'PTrace')
CAVEATS
IO::Pty::HalfDuplex::PTrace
is extremely sensitive to OS and architecture; currently it only works on FreeBSD i386 and amd64.
IO::Pty::HalfDuplex::PTrace
does not know about ABI emulations used by the target, and will fail on anything compiled for a different ABI than Perl.
BUGS
See IO::Pty::HalfDuplex.
COPYRIGHT AND LICENSE
Copyright 2008-2009 Stefan O'Rear.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.