3gstudent / feedback

0 stars 0 forks source link

using Managed DLL to bypass UAC #59

Open tconqueror opened 9 months ago

tconqueror commented 9 months ago

In this blog https://3gstudent.github.io/Use-CLR-to-bypass-UAC, I couldn't reproduce the UAC bypass with the methods using .NET DLLs. Do these methods still work? I used Process Monitor and observed mmc.exe creating a file mapping with the managed DLL, but it didn't load the DLL. Thank you.