mirror of
https://github.com/ayyo42069/HTTPToolkit-Patcher-2026.git
synced 2026-07-15 16:20:02 +02:00
Upload
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
## 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
|
||||
- Works offline after first run (caches UI files locally)
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user