DetourDetach() Return ERROR_INVALID_OPERATION
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 6.4k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
The Code that hook and unhook RtlCompareMemory() with deoutrhooks library Has been Used for years without any issue,but the unhook procedure fails on windows server 2022(Windows Vista to Windows server 2019 all works fine),and DetourDetach call returns ERROR_INVALID_OPERATION.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the RtlCompareMemory() unhook failure on Windows Server 2022 and compare it with the working Windows versions described in the issue. Trace the DetourDetach call and its ERROR_INVALID_OPERATION result; done means the hook can be detached successfully on the affected server version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100