Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2024-06-25-malware-trick-41.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*
Expand Down