Sweden-Number/dlls/ntdll/tests
Rémi Bernon daa120309e server: Make sure pids/tids are multiples of four.
Street Fighter V unpacker relies on it when validating other processes
for its anti-debug checks, it uses (PID&0xfffffffc)>>2 as an array index
and then checks back indexes against PIDs, and terminates early if some
PIDs do not match.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-27 12:01:44 +02:00
..
Makefile.in
atom.c
change.c
directory.c
env.c ntdll/tests: Fix 'path' copypastas. 2020-03-30 23:10:06 +02:00
error.c
exception.c ntdll: Fix trace pointer returned from RtlGetUnloadEventTraceEx(). 2020-04-02 11:41:05 +02:00
file.c ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of EOF. 2020-04-23 12:55:32 +02:00
generated.c
info.c server: Make sure pids/tids are multiples of four. 2020-04-27 12:01:44 +02:00
large_int.c
ntdll_test.h ntdll/tests: Fix 'path' copypastas. 2020-03-30 23:10:06 +02:00
om.c
path.c
pipe.c
port.c
reg.c
rtl.c include: Rename BaseAddress to DllBase. 2020-04-24 10:13:46 +02:00
rtlbitmap.c
rtlstr.c ntdll: Use the NLS case mapping table for RtlHashUnicodeString(). 2020-03-26 18:34:49 +01:00
string.c
threadpool.c kernelbase: Implement CreateThreadpoolIo. 2020-04-15 11:40:49 +02:00
time.c
virtual.c