diff options
| author | WindowsAddict | 2025-07-08 17:44:59 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-07-08 17:44:59 +0000 |
| commit | aad1c8433586ddd504cc2a7aa8b413df39953efd (patch) | |
| tree | c8b1b9deb1d748d201c1f0bac60a42c449a60747 /blog/2025-07-08-TheIncident | |
| parent | 1f0e9d10cc70976d785c5b59c732d23f4177b0f4 (diff) | |
| download | massgrave.dev-aad1c8433586ddd504cc2a7aa8b413df39953efd.zip | |
Fix
Diffstat (limited to 'blog/2025-07-08-TheIncident')
| -rw-r--r-- | blog/2025-07-08-TheIncident/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/2025-07-08-TheIncident/index.md b/blog/2025-07-08-TheIncident/index.md index 5ddfde9..0909106 100644 --- a/blog/2025-07-08-TheIncident/index.md +++ b/blog/2025-07-08-TheIncident/index.md @@ -120,8 +120,8 @@ This is what Windows 11 does instead: ```c // Get the IID and the CID -iid_data = get_iid(); -cid_data = get_cid(); +LPWSTR iid_data = get_iid(); +LPWSTR cid_data = get_cid(); // Create a handle for the SHA256 algorithm hash_handle = BCryptCreateHash(...); |
