mirror of
https://github.com/ayyo42069/HTTPToolkit-Patcher-2026.git
synced 2026-07-15 16:20:02 +02:00
55 lines
1.3 KiB
Markdown
55 lines
1.3 KiB
Markdown
# HTTP Toolkit Pro Patcher
|
|
|
|
A simple patcher to enable Pro features in HTTP Toolkit.
|
|
|
|
**Updated by [kristof.best](https://kristof.best) ([@ayyo42069](https://github.com/ayyo42069))**
|
|
**Original by ([@XielQ](https://github.com/XielQs))**
|
|
|
|
## Requirements
|
|
|
|
- Node.js 15 or higher
|
|
- HTTP Toolkit installed
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Apply the patch
|
|
node . patch
|
|
|
|
# Start HTTP Toolkit
|
|
node . start
|
|
|
|
# Restore original (if needed)
|
|
node . restore
|
|
|
|
# Specify a custom install path (e.g. Program Files)
|
|
node . patch --path "C:\Program Files\HTTP Toolkit"
|
|
```
|
|
|
|
## How it works
|
|
|
|
1. Extracts the app.asar from HTTP Toolkit
|
|
2. Injects a local proxy server that intercepts UI requests
|
|
3. Patches the subscription data on-the-fly to enable Pro features
|
|
4. Flips Electron fuses to bypass ASAR integrity checks
|
|
5. Repacks the app
|
|
|
|
## Notes
|
|
|
|
- Creates a backup at `app.asar.bak` before patching
|
|
- You can set a custom proxy with the `PROXY` environment variable
|
|
- Use `--path` to point at a non-default install location; auto-detection also covers `Program Files` and the newer `Programs\httptoolkit\HTTP Toolkit` layout on Windows
|
|
- Works offline after first run (caches UI files locally)
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
## Disclaimer
|
|
|
|
Please buy the original license after using the program.
|
|
https://httptoolkit.com/
|