Releases: samuelgr/Hookshot
Releases · samuelgr/Hookshot
Hookshot v1.3.1
Important notes:
- Starting with this release, and as long as certificates continue to be reasonably available, all binaries that are part of official releases will be digitally signed.
Changes and improvements this release:
- Certain user interaction messages, particularly surrounding authorization files, are clearer and more useful.
Hookshot v1.3.0
Changes and improvements this release:
- HookshotLauncher stays running for as long as the launched application is also running. This helps with integration into other front-end and launcher systems that wait for the applications they launch to terminate.
- Certain user interaction messages, including error messages, are clearer and more useful.
Hookshot v1.2.0
New features in this release:
- Support for hooking very small functions if they are followed by padding bytes. This increases the breadth of functions Hookshot can successfully hook.
Hookshot v1.1.0
New features in this release:
- HookshotLauncher, a more convenient way to launch applications using Hookshot. With some setup, launcher executable can be used as a drop-in replacement for the target executable, which is then automatically launched via Hookshot. No special command-line arguments or shortcuts needed once it is set up.
- Support for directory-wide authorization files, in addition to the traditional application-specific authorization files.
- Proper handling of applications that need administrator permission. HookshotExe will request elevation instead of failing.
Hookshot v1.0.0
This is the initial release of Hookshot.