JustasMasiulis / lazy_importer

library for importing functions from dlls in a hidden, reverse engineer unfriendly way
Apache License 2.0
1.62k stars 219 forks source link

Can't use OpenProcessToken #34

Closed playday3008 closed 3 years ago

playday3008 commented 3 years ago

image image

with

define LAZY_IMPORTER_CASE_INSENSITIVE

and

define LAZY_IMPORTER_RESOLVE_FORWARDED_EXPORTS

image

Windows 10 + VisualStudio 2019

Mecanik commented 3 years ago

LI_FN(OpenProcessToken).in(LI_MODULE("Advapi32.dll").get())();

playday3008 commented 3 years ago

thx