Skip to content

uvbs/TransparentProxyForcer

 
 

Repository files navigation

Usage

On Linux

  • export LD_PRELOAD=/path/to/forcedproxy.so
  • /path/to/your/application

On Mac OS X

  • export DYLD_INSERT_LIBRARIES=/path/to/forcedproxy.dylib
  • export DYLD_FORCE_FLAT_NAMESPACE=1
  • /path/to/your/application

On Windows

  • Run the ForcedProxy.exe, click Install
  • Start your Application (it should appear on the listbox)
  • Close your Application
  • Check the tickbox beside Appplication name on the listbox
  • Start TransparentProxy on your computer
  • Start your Application

About

Force local applications (Windows/Linux/MacOS) to use TransparentProxy (by injecting shared library that intercepts connect call)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.9%
  • C++ 31.6%
  • C 2.8%
  • Makefile 0.7%