Skip to content

Releases: samuelgr/Hookshot

Hookshot v1.3.1

06 May 01:50
Compare
Choose a tag to compare

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

17 Jan 00:07
Compare
Choose a tag to compare

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

15 Sep 01:25
Compare
Choose a tag to compare

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

09 Jan 07:35
Compare
Choose a tag to compare

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

24 Apr 04:47
Compare
Choose a tag to compare

This is the initial release of Hookshot.