https://github.com/cocomelonc/2023-02-10-malware-analysis-8
Malware analysis - part 8: MurmurHash2. C++ implementation
https://github.com/cocomelonc/2023-02-10-malware-analysis-8
Last synced: 3 months ago
JSON representation
Malware analysis - part 8: MurmurHash2. C++ implementation
- Host: GitHub
- URL: https://github.com/cocomelonc/2023-02-10-malware-analysis-8
- Owner: cocomelonc
- Created: 2023-02-10T02:43:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T03:04:25.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:52:51.948Z (3 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malware analysis - part 8. Yara rule example for MurmurHash2. C++ malware implementation.
Yara rule for WinAPI functions call by MurmurHash. MurmurHash2 in Conti. C++ malware implementation example.
[https://cocomelonc.github.io/malware/2023/02/10/malware-analysis-8.html](https://cocomelonc.github.io/malware/2023/02/10/malware-analysis-8.html)