research: Improve formatting and grammar

This commit is contained in:
Elliot Killick
2023-10-31 10:42:59 +00:00
parent 7b1a588903
commit 2e52b2bf1f
+2 -2
View File
@@ -1,6 +1,6 @@
# Broken LdrUnlockLoaderLock
This is the analysis and following proofs that a developer at Microsoft intentionally broke the LdrUnlockLoaderLock NTDLL export.
This is the analysis and following proofs showing that a developer at Microsoft intentionally broke the `LdrUnlockLoaderLock` NTDLL export.
## Analysis
@@ -70,7 +70,7 @@ This is because it's one less than:
```
Shifting the max cookie value we can provide to the right 0x30 gives us a `Cookie` value of:
- In Python: hex(0x0fffffffffffffff >> 0x30)
- In Python: `hex(0x0fffffffffffffff >> 0x30)`
```
0xfff