The Purpose
To give proxomitron the capability to run multiple instances at the same time, so you can use various configs for various purposes.
- Notice
- Set different port numbers in different configs
- Use "proxomitron.exe your.config" to start various instances
The Magic Behind
The Manual Way
- Make a backup of proxomitron.exe
- Load proxomitron.exe with a hex editor
- Find "8B F0 3B F3 74 31 56" in hex mode to locate the target offset
- Change "74" to "EB" and save the file
The Automatic Patcher
The patcher automates the manual way described above. download