11 Mar
2022
11 Mar
'22
5:16 p.m.
On Fri, 11 Mar 2022 at 18:06, Zebediah Figura <zfigura(a)codeweavers.com> wrote:
FWIW, there are kernel32/kernelbase wrappers for these functions that could be used here. I don't know if you ended up skipping them to avoid a layer of overhead, though.
Yes, I'm aware of those. I mostly chose the ntdll variants because I didn't see much of a point in going through the wrappers, but I could certainly use the kernel32/kernelbase variants instead if those are preferred for one reason or another.