-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: xiaoyuyu-coder/Detours
base: master
head repository: microsoft/Detours
compare: main
- 14 commits
- 26 files changed
- 11 contributors
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf1d2cd - Browse repository at this point
Copy the full SHA cf1d2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8c659 - Browse repository at this point
Copy the full SHA 4b8c659View commit details
Commits on Oct 9, 2024
-
Fix detours ability to identify OS applied patches. (microsoft#318)
* Updated detours ability to identify patches applied by OS * add back checksum zeroing * cleanup spacing and stay consistent with logical AND usage
Configuration menu - View commit details
-
Copy full SHA for 309926a - Browse repository at this point
Copy the full SHA 309926aView commit details -
Microsoft mandatory file (microsoft#285)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3ffaef - Browse repository at this point
Copy the full SHA c3ffaefView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2bf32a - Browse repository at this point
Copy the full SHA b2bf32aView commit details
Commits on Mar 28, 2025
-
Work-around an issue in Arm64 (and Arm64EC) in which LR and FP regist…
…ers may become zeroed when CONTEXT_CONTROL is used without CONTEXT_INTEGER. (microsoft#313) Co-authored-by: Pedro Justo (TEIXEIRA) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f74982b - Browse repository at this point
Copy the full SHA f74982bView commit details -
Dependencies: Bump actions/checkout from 3 to 4 (microsoft#300)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 31777ba - Browse repository at this point
Copy the full SHA 31777baView commit details
Commits on Apr 1, 2025
-
* codeql-action and upload-artifact need to be bumped to newer versions. * The artifact names must be unique across jobs, upload-artifact v4 won't merge all the outputs into a single archive like before.
Configuration menu - View commit details
-
Copy full SHA for 14145cd - Browse repository at this point
Copy the full SHA 14145cdView commit details
Commits on Apr 2, 2025
-
CI: Disable ARM32 in the CI builds. (microsoft#342)
The 32-bit ARM builds no longer succeed with the latest platform SDK because 32-bit ARM support has been deprecated and there are no longer libs for things like ws_32. This is why the windows-2022 CI builds are failing for the two 32-bit ARM jobs. 32-bit ARM isn't much of a concern for anybody, I'm just going ahead and disabling it for the CI runs for now. Note that this is not removing 32-bit ARM support from Detours, just (temporarily) from the CI builds.
Configuration menu - View commit details
-
Copy full SHA for 572f1f0 - Browse repository at this point
Copy the full SHA 572f1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff7343 - Browse repository at this point
Copy the full SHA dff7343View commit details -
Fix: Correct sizeof usage in
DetourTransactionCommitEx
(microsoft#331)Replaced `sizeof(o->pTrampoline)` with `sizeof(*o->pTrampoline)` to correctly calculate the trampoline size when adjusting thread instruction pointers.
Configuration menu - View commit details
-
Copy full SHA for 5e27906 - Browse repository at this point
Copy the full SHA 5e27906View commit details -
CI: Fix CodeQL warnings (microsoft#343)
Trying to fix the "Resource not accessible by integration" warnings from the CodeQL runs.
Configuration menu - View commit details
-
Copy full SHA for d396f85 - Browse repository at this point
Copy the full SHA d396f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed910d - Browse repository at this point
Copy the full SHA eed910dView commit details -
Add Arm64EC support (microsoft#338)
This change adds Arm64EC detours support. It bumps the toolset version to 143 from 142 since 142 does not support Arm64EC officially. It adds a new Arm64EC target. It passes Arm64EC-specific compilation flag /arm64EC and linker flag /machine:arm64x or /machine:arm64ec in right places.
Configuration menu - View commit details
-
Copy full SHA for ea6c4ae - Browse repository at this point
Copy the full SHA ea6c4aeView commit details
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...main