From 0fa51232dacd2a2ed31b3d0fb875dcd9d8cad033 Mon Sep 17 00:00:00 2001 From: zeffy Date: Wed, 19 Apr 2017 18:12:04 -0700 Subject: [PATCH] publish all patch offsets --- docs/Patch_Offsets.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/Patch_Offsets.md diff --git a/docs/Patch_Offsets.md b/docs/Patch_Offsets.md new file mode 100644 index 0000000..ad96568 --- /dev/null +++ b/docs/Patch_Offsets.md @@ -0,0 +1,10 @@ +Hotfix ID | Architecture | wuaueng.dll version | File offset | Original value | Patched value +--------- | ------------ | ------------------- | ----------- | -------------- | ------------- +KB4012218 | x64 | 7.6.7601.23714 | `0x26C948` | `0x01` | `0x00` +KB4012218 | x86 | 7.6.7601.23714 | `0x1E4638` | `0x01` | `0x00` +KB4012219 | x64 | 7.9.9600.18621 | `0x34D3BC` | `0x01` | `0x00` +KB4012219 | x86 | 7.9.9600.18621 | `0x2BFA50` | `0x01` | `0x00` +KB4015546 and KB4015549 | x64 | 7.6.7601.23735 | `0x26C948` | `0x01` | `0x00` +KB4015546 and KB4015549 | x86 | 7.6.7601.23735 | `0x1E4838` | `0x01` | `0x00` +KB4015547 and KB4015550 | x64 | 7.9.9600.18628 | `0x34D5BC` | `0x01` | `0x00` +KB4015547 and KB4015550 | x86 | 7.9.9600.18628 | `0x2BFA50` | `0x01` | `0x00` \ No newline at end of file