Skip to content

Fix injector: reject CR3 updates from KiSystemCall64Shadow prologue in setup_usermode_trap_x64 (KPTI early CR3 switch) #2189

Fix injector: reject CR3 updates from KiSystemCall64Shadow prologue in setup_usermode_trap_x64 (KPTI early CR3 switch)

Fix injector: reject CR3 updates from KiSystemCall64Shadow prologue in setup_usermode_trap_x64 (KPTI early CR3 switch) #2189

Workflow file for this run

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