minor changes

This commit is contained in:
zeffy
2017-06-04 17:28:30 -07:00
parent 2ff1e01cc8
commit 3a3e195c6b
5 changed files with 19 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ My patch takes advantage of this result caching behavior by setting the "hasn't
### Several improvements over my script-based approach:
- **No system files are modified!**
- Heuristic byte signature patching persists over new updates.
- Heuristic-based patching, which means it will usually keep working even after updates.
- C is best language.
- No external dependencies except for Microsoft Visual C++ 2015 Redistributable.
@@ -45,4 +45,4 @@ To temporarily disable the patch, just go to the Task Scheduler and disable the
### How do I remove your old patch and use this instead?
I've included a utility script called `repair_wuaueng.dll.bat` that will initiate an sfc scan and attempt to automatically revert any changes made to `wuaueng.dll`.
I've included a utility script called `repair_wuaueng.dll.bat` that will initiate an sfc scan and revert any changes made to `wuaueng.dll`.