mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 06:44:27 +00:00
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
9 lines
No EOL
285 B
C
9 lines
No EOL
285 B
C
#define PTRACE_SINGLEBLOCK 12
|
|
#define PTRACE_PEEKUSR_AREA 0x5000
|
|
#define PTRACE_POKEUSR_AREA 0x5001
|
|
#define PTRACE_GET_LAST_BREAK 0x5006
|
|
#define PTRACE_ENABLE_TE 0x5009
|
|
#define PTRACE_DISABLE_TE 0x5010
|
|
#define PTRACE_TE_ABORT_RAND 0x5011
|
|
|
|
#define PT_STEPBLOCK PTRACE_SINGLEBLOCK |