Download List

專案描述

fdmess is a small utility to redirect file
descriptors of running processes and more
generally tweak them. It works by attaching with
ptrace to an existing process and forcing it to
execute some syscall. This way, you can force a
process to drop privileges, to redirect a file
descriptor to a file or a TCP/IP connection, to
connect a descriptor to the descriptor of another
running process with a Unix socket, or to set a
file descriptor equal to the descriptor of another
running process. Since the code hooks are
architecture-dependent, only the Linux-x86 and
Linux-x86_64 architectures are currently
supported.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-14 08:34
0.7.1a

A README with a small tutorial was added. The
tell= option was added to the the position of file
descriptor (this has not been tested on x86_64).
The program should now work with executable stack.
The default verbose level was set to 1. A
compilation fix was made for Fedora.
標籤: Minor feature enhancements

2005-06-11 22:39
0.7

標籤: Initial freshmeat announcement

Project Resources