summaryrefslogtreecommitdiff
path: root/docs/ohook.md
diff options
context:
space:
mode:
authorWindowsAddict2025-02-13 17:42:28 +0000
committerWindowsAddict2025-02-13 17:42:28 +0000
commit926bb7bf5b2ed88fcaf52dbe5a86f37f7a334261 (patch)
tree013a6f74dc6494e79d6cc412fa2e5521dfbd76f1 /docs/ohook.md
parent5586db326bce391b7727069269c9320846e5dea4 (diff)
downloadmassgrave.dev-926bb7bf5b2ed88fcaf52dbe5a86f37f7a334261.zip
3.0
Diffstat (limited to 'docs/ohook.md')
-rw-r--r--docs/ohook.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ohook.md b/docs/ohook.md
index 28f36b6..8a2153d 100644
--- a/docs/ohook.md
+++ b/docs/ohook.md
@@ -13,11 +13,11 @@
## How does it work?
-![](/img/MAS-before-ohook.png)
+![](/img/MAS-before-ohook.svg)
- As illustrated in the above 1st image, in the Official activation process of SPP based Office, Office asks `C:\Windows\System32\sppc.dll` about the activation status and that file asks the same thing to SPP (Software Protection Platform) `C:\Windows\System32\sppsvc.exe` and returns the message back to Office.
-![](/img/MAS-after-ohook.png)
+![](/img/MAS-after-ohook.svg)
- As illustrated in the above 2nd image, we modify this behavior by placing a custom `sppc.dll` file in Office folder without touching system's `C:\Windows\System32\sppc.dll` file and that custom file always returns the message that Office is activated. This is how ohook activation works.
- You can find the source code of ohook custom sppc.dll file [here](https://github.com/asdcorp/ohook).