0

Pretty much the title, my DLL has some functionality that only works if the process is Admin. The application that calls OpenProcess and injects the dll has Admin privilege, but the actual target process might not be launched as Admin.

Is there any way to raise the privilege somehow? Like from Admin process to Target?

000Camus000
  • 199
  • 1
  • 1
  • 7
  • 1
    No, elevation only occurs at process creation. Depending on what you're trying to do, perhaps you can proxy the information back and forth to the elevated injector and do the work there. – Luke Feb 07 '23 at 07:16

0 Answers0