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 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

带有一个小教程是增加自述。在告诉=选项添加到文件描述符的位置(这还没有在x86_64测试)。现在的程序应该与可执行堆栈。详细级别的默认设置为1。阿编制定为Fedora的。
标签: Minor feature enhancements
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.

2005-06-11 22:39
0.7

标签: Initial freshmeat announcement

Project Resources