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
13afd5971a
commit
18627d1a1e
@ -676,40 +676,40 @@ This mitigation intercepts a number of Windows APIs, and inspects the value of t
|
||||
|
||||
The APIs intercepted by this mitigation are:
|
||||
|
||||
- LoadLibraryA
|
||||
- LoadLibraryW
|
||||
- LoadLibraryExA
|
||||
- LoadLibraryExW
|
||||
- LdrLoadDll
|
||||
- VirtualAlloc
|
||||
- VirtualAllocEx
|
||||
- NtAllocateVirtualMemory
|
||||
- VirtualProtect
|
||||
- VirtualProtectEx
|
||||
- NtProtectVirtualMemory
|
||||
- HeapCreate
|
||||
- RtlCreateHeap
|
||||
- CreateProcessA
|
||||
- CreateProcessW
|
||||
- CreateProcessInternalA
|
||||
- CreateProcessInternalW
|
||||
- NtCreateUserProcess
|
||||
- NtCreateProcess
|
||||
- NtCreateProcessEx
|
||||
- CreateRemoteThread
|
||||
- CreateRemoteThreadEx
|
||||
- NtCreateThreadEx
|
||||
- WriteProcessMemory
|
||||
- NtWriteVirtualMemory
|
||||
- WinExec
|
||||
- CreateFileMappingA
|
||||
- CreateFileMappingW
|
||||
- CreateFileMappingNumaW
|
||||
- NtCreateSection
|
||||
- MapViewOfFile
|
||||
- MapViewOfFileEx
|
||||
- MapViewOfFileFromApp
|
||||
- LdrGetProcedureAddressForCaller
|
||||
- `LoadLibraryA`
|
||||
- `LoadLibraryW`
|
||||
- `LoadLibraryExA`
|
||||
- `LoadLibraryExW`
|
||||
- `LdrLoadDll`
|
||||
- `VirtualAlloc`
|
||||
- `VirtualAllocEx`
|
||||
- `NtAllocateVirtualMemory`
|
||||
- `VirtualProtect`
|
||||
- `VirtualProtectEx`
|
||||
- `NtProtectVirtualMemory`
|
||||
- `HeapCreate`
|
||||
- `RtlCreateHeap`
|
||||
- `CreateProcessA`
|
||||
- `CreateProcessW`
|
||||
- `CreateProcessInternalA`
|
||||
- `CreateProcessInternalW`
|
||||
- `NtCreateUserProcess`
|
||||
- `NtCreateProcess`
|
||||
- `NtCreateProcessEx`
|
||||
- `CreateRemoteThread`
|
||||
- `CreateRemoteThreadEx`
|
||||
- `NtCreateThreadEx`
|
||||
- `WriteProcessMemory`
|
||||
- `NtWriteVirtualMemory`
|
||||
- `WinExec`
|
||||
- `CreateFileMappingA`
|
||||
- `CreateFileMappingW`
|
||||
- `CreateFileMappingNumaW`
|
||||
- `NtCreateSection`
|
||||
- `MapViewOfFile`
|
||||
- `MapViewOfFileEx`
|
||||
- `MapViewOfFileFromApp`
|
||||
- `LdrGetProcedureAddressForCaller`
|
||||
|
||||
### Compatibility considerations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user