Skip to content

Commit ec88153

Browse files
committed
updating cross-site links
1 parent 67ac39f commit ec88153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ For more information, see the [Differences with Clang 12.0](./asan.md#difference
8787
> The option `windows_hook_rtl_allocators`, previously an opt-in feature while AddressSanitizer was experimental, is now enabled by default.
8888
8989
- `iat_overwrite`
90-
String, set to `"error"` by default. This option manages the protection level from the runtime regarding [`Import Address Table` (IAT)](windows/win32/debug/pe-format#import-address-table) overwrites for certain [`memoryapi.h`](windows/win32/api/memoryapi/) functions. Possible values are `"error"`, `"protect"`, and `"ignore"`.
91-
* The functions currently tracked for protection are [`VirtualAlloc`](windows/win32/api/memoryapi/nf-memoryapi-virtualalloc), [`VirtualProtect`](windows/win32/api/memoryapi/nf-memoryapi-virtualprotect), and [`VirtualQuery`](windows/win32/api/memoryapi/nf-memoryapi-virtualquery).
90+
String, set to `"error"` by default. This option manages the protection level from the runtime regarding [`Import Address Table` (IAT)](/windows/win32/debug/pe-format#import-address-table) overwrites for certain [`memoryapi.h`](/windows/win32/api/memoryapi/) functions. Possible values are `"error"`, `"protect"`, and `"ignore"`.
91+
* The functions currently tracked for protection are [`VirtualAlloc`](/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc), [`VirtualProtect`](/windows/win32/api/memoryapi/nf-memoryapi-virtualprotect), and [`VirtualQuery`](/windows/win32/api/memoryapi/nf-memoryapi-virtualquery).
9292
* If set to `"error"`, the default value, the runtime will return an error whenever an overwrite is detected.
9393
* If set to `"protect"`, the runtime will attempt to protect the binary from overwriting the IAT and proceed.
9494
* If set to `"ignore"`, the runtime will not attempt to correct any IAT overwrite and proceed with execution.

0 commit comments

Comments
 (0)