https://github.com/cocomelonc/2022-08-16-malware-av-evasion-9
Malware AV evasion via RC4 encrypt. C++ example
https://github.com/cocomelonc/2022-08-16-malware-av-evasion-9
Last synced: 12 days ago
JSON representation
Malware AV evasion via RC4 encrypt. C++ example
- Host: GitHub
- URL: https://github.com/cocomelonc/2022-08-16-malware-av-evasion-9
- Owner: cocomelonc
- Created: 2022-08-16T00:54:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T04:12:02.000Z (over 2 years ago)
- Last Synced: 2025-04-01T10:36:12.711Z (about 1 month ago)
- Language: C++
- Size: 62.5 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malware AV evasion part 9. base64 + RC4. C++ malware implementation.
Malware AV evasion. Encrypt base64 encoded payload via RC4 algorithm. C++ malware implementation example.
[https://cocomelonc.github.io/malware/2022/08/16/malware-av-evasion-9.html](https://cocomelonc.github.io/malware/2022/08/16/malware-av-evasion-9.html)