mirror of
https://github.com/ElliotKillick/LdrLockLiberator
synced 2026-06-06 15:34:33 +00:00
research: Improve formatting and grammar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user