What about on Windows? I assumed it would work similarly on there too, even if Windows has a different privilege escalation system to Linux.
What about on Windows? I assumed it would work similarly on there too, even if Windows has a different privilege escalation system to Linux.
xthexder@l.sw0.com 8 months ago
On Windows, EAC runs at the kernel level and basically has full access to everything about your system. It only works on linux because newer linux kernels support emulating system calls in user-space (this might not be 100% accurate, but it’s the general idea).