On Tue, Aug 30, 2022 at 12:57 PM Michael Paquier <mich...@paquier.xyz> wrote: > On Sat, Aug 27, 2022 at 02:35:25PM +0900, Michael Paquier wrote: > > There may be a point in enforcing CreateProcess() if > > CreateRestrictedToken() cannot be loaded, but that would be a security > > issue if Windows goes crazy as we should always expect the function, > > so this had better return an error. > > And applied as of b1ec7f4.
This reminds me of 24c3ce8f1, which replaced a dlopen()-ish thing with a direct function call. Can you just call all these functions directly these days?