From 969433a41a1f28315d358174e0682d0eb8162fe9 Mon Sep 17 00:00:00 2001 From: have fun Date: Sat, 27 Jul 2024 12:29:24 +0200 Subject: [PATCH] fix typo in 2024-06-25-malware-trick-41.markdown --- _posts/2024-06-25-malware-trick-41.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-06-25-malware-trick-41.markdown b/_posts/2024-06-25-malware-trick-41.markdown index 63190d9..00f7010 100644 --- a/_posts/2024-06-25-malware-trick-41.markdown +++ b/_posts/2024-06-25-malware-trick-41.markdown @@ -33,7 +33,7 @@ The main logic for stealing system information is the same as in the previous ar As you can see, we need `SHA-256`, `SHA-1` or `MD5` string identifying the target file. -For this reasson just create simple file with the following logic - `meow.c`: +For this reason, just create a simple file with the following logic - `meow.c`: ```cpp /*