|
rss2html v0.7.2
|
|
Hits: 3 |
|
Date added: 01/26/2006 |
|
Minimalistic cmdline tool to fetch RSS news from HTTP or local files and convert them into plain text, formatted html, or token-separated strings.
This tool can be easily integrated into shellscripts, cron tasks, motd's, etc.
WARNING: 0.7.2 fixes a bug that makes 0.7.1 unusable. PLEASE UPGRADE!
i.e: $ rss2html http://slashdot.org/rss/index.rss | lynx -stdin |
|
|
|
|
IDA RPC Enumerator
|
|
Hits: 3 |
|
Date added: 05/18/2006 |
|
This IDC script will scan through an IDA database locating and marking the relevant RPC server data structures. It will then enumerate the dispatch routines from the DispatchTable. The script outputs the addresses of the discovered structs / functions and was designed to automate the otherwise tedious manual process of locating RPC routines to audit. |
|
|
|
|
PrincessSandy
|
|
Hits: 4 |
|
Date added: 02/28/2005 |
|
An easy-to-use process patcher, produces about 6K loaders. Delphi 5 and ASM sources on request. |
|
|
|
|
Liboop
|
|
Hits: 4 |
|
Date added: 07/09/2005 |
|
Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources. It replaces the select() loop and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any application.
Liboop is licensed under the Lesser General Public License.
Similar free software includes the GLib Main Event Loop, Niels Provos' libevent, and (for Perl) POE. Refer to the rationale for a detailed comparison.
Software which uses or supports liboop includes lsh, RULI, lyskom-server, Gale and GDN. (Let me know if I'm missing any.) |
|
|
|
|
Libpcap 0.9.0
|
|
Hits: 4 |
|
Date added: 07/02/2005 |
|
LIBPCAP version 0.9.0 is in alpha as of April 6, 2005
The Packet Capture library provides a high level interface to packet capture systems. All packets on the network, even those destined for other hosts, are accessible through this mechanism.
Manual:
http://www.hackerscenter.com/library/download.asp?id=743 |
|
|
|