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
- Host: GitHub
- URL: https://github.com/sonodima/bye-winhttp
- Owner: sonodima
- License: mit
- Created: 2023-08-05T15:47:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T18:24:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T12:21:50.231Z (4 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.