Skip to content

tautcony/ISTA-Patcher

Repository files navigation

LOGO

$$\mathbf{ISTA\ Patcher}^{\color{orange}overdose}$$
License: GPL v3 build

An IL patcher for ISTA-P from scratch, a product of learning about dnlib.

Usage

Important

ISTA-Patcher will back up the original files to the @ista-backup folder, but it is still recommended to back up the ISTA\TesterGUI & ISTA\PSdZ folders before patching.

Note

*nix users may need the following steps to get the ISTA-Patcher work.

unzip ISTA-Patcher-*-Release.zip
cd ISTA-Patcher-*-Release

# linux
chmod +x ISTA-Patcher

# macos
xattr -d com.apple.quarantine ISTA-Patcher
chmod +x ISTA-Patcher
codesign --force --deep -s - ISTA-Patcher

Execute the following command in a terminal:

# [option] is a placeholder for the options you want to use.
ISTA-Patcher patch [option]... "\PATH\TO\ISTA"

The directory containing the patched files is located as follows:

  • .\ISTA\TesterGUI\bin\Release\@ista-patched
  • .\ISTA\PSdZ\host\@ista-patched
  • .\ISTA\PSdZ\hostx64\@ista-patched

Overwrite patched files to its parent directory, read the notes, then run the program and, dang, it's ready to use.

Note

  • Please ensure that all related processes been killed before starting the program.
  • Path should be enclosed in quotes if it contains spaces to avoid errors.
  • Please ensure that both CoreFramework.ILeanActive and CoreFramework.OSSModeActive in the configuration file are set to false.
  • Please ensure that the Logging.Directory in the configuration file is a relative path that does not start with %ISPIDATA%, otherwise exceptions will occur during the log cleaning process.
  • If choose to generate a dummy license, import the generated registry file(license.reg) under Release directory.
  • From version 4.48.x, Please ensure that Auth.Enabled in the configuration file is set to false, or try the --patch-user-auth option.

Tip

There are several other alternative features that can be discovered through exploration.

For all available options and to learn more, please execute ISTA-Patcher without any arguments and follow the instructions.

License

Distributed under the GPLv3+ License. See LICENSE for more information.

When redistributing any content that benefiting from ISTA-Patcher, it is imperative to include an attribution statement that credits ISTA-Patcher.

Disclaimer

Icon credit: comboo.

Caution

This repository has been created for educational purposes only. Use it at your own risk.

It must be made clear that ISTA-Patcher is an independent project, any other individual or organization redistributing it or its derivatives is not affiliated with this project and may not be able to provide any support for installing or using ISTA.