Update README.md

This commit is contained in:
zeffy
2017-06-04 18:16:05 -07:00
parent a28e098cee
commit 712ef4e38b

View File

@@ -25,7 +25,7 @@ My patch takes advantage of this result caching behavior by setting the "hasn't
## How it works ## How it works
- At system boot the wufuc scheduled task runs as the `NT AUTHORITY\SYSTEM` user. - At system boot the wufuc scheduled task runs as the `NT AUTHORITY\SYSTEM` user.
- wufuc determines what service host process the Windows Update service (`wuauserv`) runs in, and injects itself into it. - `wufuc` determines what service host group process the Windows Update service runs in (typically `netsvcs`), and injects itself into it.
- Once injected, it applies a hook to `LoadLibraryEx` that automatically patches `wuaueng.dll` when it is loaded. - Once injected, it applies a hook to `LoadLibraryEx` that automatically patches `wuaueng.dll` when it is loaded.
- Any previously loaded `wuaueng.dll` is also patched. - Any previously loaded `wuaueng.dll` is also patched.