Fix injector: reject CR3 updates from KiSystemCall64Shadow prologue in setup_usermode_trap_x64 (KPTI early CR3 switch) #2189
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: whitespace | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| permissions: | |
| contents: read | |
| jobs: | |
| whitespace: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: check | |
| run: | | |
| git remote add upstream https://github.com/$GITHUB_REPOSITORY | |
| git fetch upstream | |
| git diff --check upstream/main |