https://github.com/cocomelonc/2023-02-13-malware-av-evasion-11
Malware AV evasion part 11. DES encryption. C++ implementation.
https://github.com/cocomelonc/2023-02-13-malware-av-evasion-11
Last synced: 3 months ago
JSON representation
Malware AV evasion part 11. DES encryption. C++ implementation.
- Host: GitHub
- URL: https://github.com/cocomelonc/2023-02-13-malware-av-evasion-11
- Owner: cocomelonc
- Created: 2023-02-15T13:08:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T11:09:54.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:52:51.258Z (3 months ago)
- Language: C++
- Size: 30.3 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malware dev: AV engines evasion techniques - part 11. C++ malware implementation.
AV engines evasion via encrypt and decrypt payload with DES algorithm. C++ malware implementation example.
[https://cocomelonc.github.io/malware/2023/02/13/malware-av-evasion-11.html](https://cocomelonc.github.io/malware/2023/02/12/malware-av-evasion-11.html)