|
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 |
|
|
|
|
OllyDbg Heap Vis
|
|
Hits: 5 |
|
Date added: 06/04/2005 |
|
You may have noticed the ghosted 'Heap' option under the 'View' menu in OllyDbg. The feature is available only under Windows 95 based OS's and is supposed to display a list of allocated memory blocks. The Olly Heap Vis plug-in was written to provide this functionality and more on all modern Windows OS's such as Windows 2000, XP and 2003. The OllyDbg Heap Vis plug-in exposes the following functionality:
* View Heaps
* Search Heaps
* Jump to Heap Chunk
* Create Heap Visualization |
|
|
|
|
WinPcap 3.0
hot!
|
|
Hits: 113 |
|
Date added: 05/25/2005 |
|
WinPcap, an open source packet capture and network analysis library for the Win32 platforms including Windows 95, 98, ME, NT, 2000, XP and 2003. It includes a kernel-level packet capture driver, a low-level dynamic link library (packet.dll), and a high-level and system-independent library (wpcap.dll, based on libpcap version 0.8.3).
The packet capture driver provides direct access to raw packet data from a wide range of network interface cards. The packet capture driver also supports optional packet filtering prior to storing the captured packets in a kernel buffer for retrieval using the low-level dynamic link library (packet.dll).
Packet.dll is an API that can be used to directly access the capabilities of the packet capture driver, offering a portable packet capture interface across supported Win32 platforms.
Wpcap.dll exports a set of high-level capture primitives that are compatible with libpcap, the well known Unix packet capture library. This library (wpcap.dll) provides a packet capture interface that is independent of the underlying network hardware and operating system, thereby supporting a wide variety of open-source and commercial network analysis tools.
WARNING: you must uninstall older versions (see Q-2 in the FAQ to know how) and reboot the system before installing the new ones, otherwise WinPcap could not work properly. |
|
|
|
|
WinPcap developer pack
|
|
Hits: 33 |
|
Date added: 05/25/2005 |
|
This ZIP compressed file contains the files needed to create new capture applications using the packet capture driver, packet.dll and libpcap for Windows. It contains the library and include files, the capture drivers and some examples. |
|
|
|
|
IPv4Trace v1.0
|
|
Hits: 3 |
|
Date added: 05/08/2005 |
|
Win32 C++ programming library port of the OpenBSD 2.8 kernel-land IPv4 fragment reassembly implementation... |
|
|
|