Skip to content

Commit 02b2906

Browse files
committed
fix
1 parent d887a42 commit 02b2906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/1day-breakdowns/cve-2024-21338.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Following up, the process takes the following path and performs several checks.
6363
6464
![IMG](/img/cve-2024-21338/img.png)
6565
66-
It calls the function pointer stored at `SystemBuffer + 16`, passing the value at `SystemBuffer` (i.e., the first 8 bytes) as an argument.
66+
`AppHashComputeImageHashInternal()` calls the function pointer stored at `SystemBuffer + 16`, passing the value at `SystemBuffer` (i.e., the first 8 bytes) as an argument.
6767
6868
```c++
6969
__int64 __fastcall AppHashComputeImageHashInternal(

0 commit comments

Comments
 (0)