mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 23:07:23 +00:00
Update exploit-protection-reference.md
This commit is contained in:
parent
c299ce4d75
commit
15da08b047
@ -427,31 +427,31 @@ The memory pages for all protected APIs will have the [PAGE_GUARD](https://docs.
|
||||
|
||||
This mitigation protects the following Windows APIs:
|
||||
|
||||
- GetProcAddress
|
||||
- GetProcAddressForCaller
|
||||
- LoadLibraryA
|
||||
- LoadLibraryExA
|
||||
- LoadLibraryW
|
||||
- LoadLibraryExW
|
||||
- LdrGetProcedureAddress
|
||||
- LdrGetProcedureAddressEx
|
||||
- LdrGetProcedureAddressForCaller
|
||||
- LdrLoadDll
|
||||
- VirtualProtect
|
||||
- VirtualProtectEx
|
||||
- VirtualAlloc
|
||||
- VirtualAllocEx
|
||||
- NtAllocateVirtualMemory
|
||||
- NtProtectVirtualMemory
|
||||
- CreateProcessA
|
||||
- CreateProcessW
|
||||
- WinExec
|
||||
- CreateProcessAsUserA
|
||||
- CreateProcessAsUserW
|
||||
- GetModuleHandleA
|
||||
- GetModuleHandleW
|
||||
- RtlDecodePointer
|
||||
- DecodePointer
|
||||
- `GetProcAddress`
|
||||
- `GetProcAddressForCaller`
|
||||
- `LoadLibraryA`
|
||||
- `LoadLibraryExA`
|
||||
- `LoadLibraryW`
|
||||
- `LoadLibraryExW`
|
||||
- `LdrGetProcedureAddress`
|
||||
- `LdrGetProcedureAddressEx`
|
||||
- `LdrGetProcedureAddressForCaller`
|
||||
- `LdrLoadDll`
|
||||
- `VirtualProtect`
|
||||
- `VirtualProtectEx`
|
||||
- `VirtualAlloc`
|
||||
- `VirtualAllocEx`
|
||||
- `NtAllocateVirtualMemory`
|
||||
- `NtProtectVirtualMemory`
|
||||
- `CreateProcessA`
|
||||
- `CreateProcessW`
|
||||
- `WinExec`
|
||||
- `CreateProcessAsUserA`
|
||||
- `CreateProcessAsUserW`
|
||||
- `GetModuleHandleA`
|
||||
- `GetModuleHandleW`
|
||||
- `RtlDecodePointer`
|
||||
- `DecodePointer`
|
||||
|
||||
### Compatibility considerations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user