Software Listing of Author : "R1ch.net"
- ForceBindIP
- License: Freeware
- Price: -


A simple tool that will inject itself into another application and alter how certain Windows Sockets calls are made The ForceBindIP application was , allowing you to force the other application to use a specific network interface / IP address. This is useful if you are in an environment with multiple interfaces and your application has no such option for binding to a specific interface.ForceBindIP works in two stages - the loader, ForceBindIP.exe will load the target application in a suspended state. It will then inject a DLL (BindIP.dll) which loads WS2_32.DLL into memory and intercepts the bind(), connect(), sendto(), WSAConnect() and WSASendTo() functions, redirecting them to code in the DLL which verifies which interface they will be bound to and if not the one specified, (re)binds the socket. Once the function intercepts are...
- Platform: Win2000, WinOther, WinVista
- Ftrace
- License: Freeware
- Price: -


A command line same as the traceroute application for Windows. The Ftrace application was designed to be a command line same as the traceroute application for Windows. It is faster than standard tracert.exe whilst preserving the same command line interface and also provides new options such as UDP support. A GUI version is also available which eases in copying the results to other applications.Here are some key features of "Ftrace":UDP support for getting past stupid routers/firewalls that block ICMP (requires raw sockets; thus needs Administrator privileges and Win2k/XP).Optional DNS cache file to speed up commonly traced routes.Configurable buffer size, pings per hop, ttl and tos settings.Faster than Windows standard tracert.exe due to no delay between hops.(GUI version only) Easy copy to clipboard as plain text or vB code...
- Platform: WinOther
- UDPXfer
- License: Freeware
- Price: -


Transfer single files to another host over UDP, supporting both active and passive connections The UDPXfer application was designed to be a small utility that will help users transfer single files to another host over UDP, supporting both active and passive connections. For most file transfers, TCP usually provides the highest speed and reliability. However, on high packetloss lines (20%+), the lost TCP segments cause excessively high delays between retransmits, which only get progressively worse as more packets are dropped. This results in transfers stalling and timing out.To overcome the problem of TCP and high packetloss, UDPXfer constantly transmits random segments of the file to the receiver. The receiver then sends acknowledgements of which segments it has received to the sender, which will in turn stop transmitting those...
- Platform: WinOther
