Force-Page-Protection icon indicating copy to clipboard operation
Force-Page-Protection copied to clipboard

This x64dbg plugin sets the page protection for memory mapped views in scenarios which cause NtProtectVirtualMemory to fail.

Results 1 Force-Page-Protection issues
Sort by recently updated
recently updated
newest added

name: Real-Time Client Protection on: push: branches: - main workflow_dispatch: jobs: protect-client: runs-on: ubuntu-latest steps: - name: Set up environment run: | echo "Setting up environment for real-time protection..." mkdir...