|
Libdnet
|
|
Hits: 3 |
|
Date added: 07/09/2005 |
|
The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.
libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.
Currently, libevent supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.
More information about event notification mechanisms for network servers can be found on Dan Kegel's The C10K problem web page. Another library that abstracts asynchronous event notification is liboop. |
|
|
|
|
Oinkmaster v1.2
|
|
Hits: 3 |
|
Date added: 08/09/2005 |
|
Oinkmaster is simple Perl script released under the BSD license to help update and manage Snort 2.0+ rules and to comment out the unwanted ones after each update. It will report what has changed since the last update, offering good change control. |
|
|
|
|
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. |
|
|
|
|
Delphi Master Kit
|
|
Hits: 0 |
|
Date added: 05/06/2006 |
|
This is Delphi’s Programmers Dream Pack. Many hard to find readings are included, e-books, Tools to help with API, Open Source Tools and many Source codes to help you learn as fast as possible. This is aimed at RAT Programming. For Educational use only! |
|
|
|