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:
|
This mitigation protects the following Windows APIs:
|
||||||
|
|
||||||
- GetProcAddress
|
- `GetProcAddress`
|
||||||
- GetProcAddressForCaller
|
- `GetProcAddressForCaller`
|
||||||
- LoadLibraryA
|
- `LoadLibraryA`
|
||||||
- LoadLibraryExA
|
- `LoadLibraryExA`
|
||||||
- LoadLibraryW
|
- `LoadLibraryW`
|
||||||
- LoadLibraryExW
|
- `LoadLibraryExW`
|
||||||
- LdrGetProcedureAddress
|
- `LdrGetProcedureAddress`
|
||||||
- LdrGetProcedureAddressEx
|
- `LdrGetProcedureAddressEx`
|
||||||
- LdrGetProcedureAddressForCaller
|
- `LdrGetProcedureAddressForCaller`
|
||||||
- LdrLoadDll
|
- `LdrLoadDll`
|
||||||
- VirtualProtect
|
- `VirtualProtect`
|
||||||
- VirtualProtectEx
|
- `VirtualProtectEx`
|
||||||
- VirtualAlloc
|
- `VirtualAlloc`
|
||||||
- VirtualAllocEx
|
- `VirtualAllocEx`
|
||||||
- NtAllocateVirtualMemory
|
- `NtAllocateVirtualMemory`
|
||||||
- NtProtectVirtualMemory
|
- `NtProtectVirtualMemory`
|
||||||
- CreateProcessA
|
- `CreateProcessA`
|
||||||
- CreateProcessW
|
- `CreateProcessW`
|
||||||
- WinExec
|
- `WinExec`
|
||||||
- CreateProcessAsUserA
|
- `CreateProcessAsUserA`
|
||||||
- CreateProcessAsUserW
|
- `CreateProcessAsUserW`
|
||||||
- GetModuleHandleA
|
- `GetModuleHandleA`
|
||||||
- GetModuleHandleW
|
- `GetModuleHandleW`
|
||||||
- RtlDecodePointer
|
- `RtlDecodePointer`
|
||||||
- DecodePointer
|
- `DecodePointer`
|
||||||
|
|
||||||
### Compatibility considerations
|
### Compatibility considerations
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user