From 1a69d35642b7af57ea6af24bffce3c9b726ddb67 Mon Sep 17 00:00:00 2001 From: zeffy Date: Sun, 4 Jun 2017 17:59:22 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77f5ff0..7872248 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ My patch takes advantage of this result caching behavior by setting the "hasn't ## How it works -- On system boot the wufuc scheduled task runs under the `NT AUTHORITY\SYSTEM` user. - wufuc determines what service host process the Windows Update service (`wuauserv`) runs in, and injects itself into it. - 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. -### Several improvements over my script-based approach: +### Several improvements over my xdelta3/batch script method: + - **No system files are modified!** - Heuristic-based patching, which means it will usually keep working even after updates. - C is best language.