-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: TsudaKageyu/minhook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: m417z/minhook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: multihook
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 8 files changed
- 1 contributor
Commits on Nov 3, 2025
-
Modifications to facilitate supporting multiple hooks for a single fu…
…nction: * Use a relay function for 32-bit too, while a userData variable is just above it. * Build the trampoline function in EnableHookLL, instead of MH_CreateHook. * Break into a debugger (for now) when disabling our hook if another hook was placed on top of ours.
Configuration menu - View commit details
-
Copy full SHA for 9010091 - Browse repository at this point
Copy the full SHA 9010091View commit details -
Configuration menu - View commit details
-
Copy full SHA for c57eb8c - Browse repository at this point
Copy the full SHA c57eb8cView commit details -
Use a mutex instead of a spin lock.
Pros: * Works for multiple instances of MinHook. Cons: * Performance. * MH_Initialize and MH_Uninitialize are not thread safe anymore.
Configuration menu - View commit details
-
Copy full SHA for 5e046aa - Browse repository at this point
Copy the full SHA 5e046aaView commit details -
Create a hook trampoline before freezing threads, otherwise uninitial…
…ized buffer is being accessed.
Configuration menu - View commit details
-
Copy full SHA for c97b9c9 - Browse repository at this point
Copy the full SHA c97b9c9View commit details -
Adjust IP register when calling EnableHookLL; fixes missing adjustmen…
…ts inside DisableHookChain.
Configuration menu - View commit details
-
Copy full SHA for 3bd72c0 - Browse repository at this point
Copy the full SHA 3bd72c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44e87e - Browse repository at this point
Copy the full SHA b44e87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbe6e8 - Browse repository at this point
Copy the full SHA bcbe6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37cb166 - Browse repository at this point
Copy the full SHA 37cb166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc1b35 - Browse repository at this point
Copy the full SHA 9fc1b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a68a8 - Browse repository at this point
Copy the full SHA 10a68a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b9da5 - Browse repository at this point
Copy the full SHA f9b9da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06061e4 - Browse repository at this point
Copy the full SHA 06061e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 778a780 - Browse repository at this point
Copy the full SHA 778a780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed46a7 - Browse repository at this point
Copy the full SHA 0ed46a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3c928 - Browse repository at this point
Copy the full SHA 8c3c928View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a987c - Browse repository at this point
Copy the full SHA f1a987cView commit details
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8865568 - Browse repository at this point
Copy the full SHA 8865568View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...multihook