Hacker News new | ask | show | jobs
by schoolornot 2234 days ago
The original intent seems OK. Why the hell does this mechanism need the capability to execute arbitrary .exe files and not just load the most basic type of driver required (INF/DLL/etc. whatever Windows calls it)?
2 comments

It's still arbitrary code running as a driver, it doesn't matter what form it takes, you can abuse the process to host whatever you want.
A DLL is also executable code; there's really no difference between that and running an arbitrary EXE. Inf files are slightly different, since they're just text-based configuration, but I doubt that you could get your theft-recovery (or whatever other) functionality using just configuration of something built-in.