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

The Magic Behind

The Manual Way

  1. Make a backup of proxomitron.exe
  2. Load proxomitron.exe with a hex editor
  3. Find "8B F0 3B F3 74 31 56" in hex mode to locate the target offset
  4. Change "74" to "EB" and save the file

The Automatic Patcher

The patcher automates the manual way described above. download