|
Yoda Process Patcher
hot!
|
|
Hits: 87 |
|
Date added: 02/28/2005 |
|
- you just have to add patchinfos/actions in a list and YPP will create a small win32 exe file.
- you can get patchinfos through filecomparing.
- the loader can also do Search & Replace actions and it can wait some time.
- you can choose your own icon for the loader.
- source code available. |
|
|
|
|
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. |
|
|
|
|
WinPcap 3.1
hot!
|
|
Hits: 174 |
|
Date added: 11/04/2006 |
|
Instructions
* download and run the executable
* follow the instructions on the screen. The installation applet will automatically detect the operating system and install the correct drivers (if you see a dialog like this, simply ignore it and click on Continue anyway )
* the WinPcap-based applications are now ready to work
* to remove winpcap from the system, go to the control-panel, click on add/remove programs and then select WinPcap |
|
|
|
|
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. |
|
|
|
|
Win32program disassembler 0.25
hot!
|
|
Hits: 91 |
|
Date added: 01/29/2005 |
|
Win32 Program Disassembler is a straight line disassembler of Windows 32-bit executables (i.e. PE). The program works in console mode (no graphical interface). Win32PD appears to understand switch statements as it does not get tripped up by the pointers. It also decodes Win32 API calls. No disassembly of the data section is done, but string statements are emitted where appropriate. This disassembler does not support symbols in PE files |
|
|
|