- 11 Jul, 2023 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Tim Clem authored
In large address aware binaries, these can be > 0x7fffffff, and using the handle functions will result in them being incorrectly extended to 0xffffffffxxxxxxxx.
-
- 10 Jul, 2023 37 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Co-authored-by: Billy Laws <blaws05@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Ekaterine Papava authored
-
Kurt Kartaltepe authored
-
Kurt Kartaltepe authored
Replaces bool and enum elements in syscalls with fixed sized UINT64 and UINT8 to avoid ambiguity in size or alignment in future wow64 thunks.
-
Kurt Kartaltepe authored
Converts struct pointers in syscalls to 64bit opaque handles. This makes future wow64 thunking simpler and should avoid dereferencing Unix pointers in the PE code.
-
Jeff Smith authored
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
We may always use NtCallbackReturn now.
-
Jacek Caban authored
-
Jacek Caban authored
-
Sven Baars authored
-
Sven Baars authored
-
Chris Denton authored
ProcessPrng is the only publicly documented function exported by bcryptprimitives. This stub simply forwards it to RtlGenRandom in advapi32.
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Brendan Shanks authored
-