An open API service indexing awesome lists of open source software.

https://github.com/sonodima/bye-winhttp

Replacement for winhttp.dll to completely disable networking from an application
https://github.com/sonodima/bye-winhttp

Last synced: about 2 months ago
JSON representation

Replacement for winhttp.dll to completely disable networking from an application

Awesome Lists containing this project

README

        

# ByeWinHttp

ByeWinHttp is a small library designed to completely disable networking functionality from a Windows application.
It serves as a drop-in replacement for the original `winhttp.dll`, exporting functions that simulate missing network connection.

Do you want to block a program from performing any network request with WinHTTP? Place the compiled `winhttp.dll` in the
program's directory and open it.