rlibc icon indicating copy to clipboard operation
rlibc copied to clipboard

Windows support via ntdll.dll

Open alexchandel opened this issue 10 years ago • 0 comments

Because Windows syscalls inexplicably change every version, we will never be able to directly invoke them, and hence we cannot completely replace the system libraries.

But it is possible to build a C runtime library that only uses ntdll.dll, which contains the syscall shims, and we should aim for this.

alexchandel avatar May 04 '15 15:05 alexchandel