https://github.com/cocomelonc/bsprishtina-2024-maldev-workshop
BSides Prishtina 2024 Malware Development and Persistence workshop
https://github.com/cocomelonc/bsprishtina-2024-maldev-workshop
Last synced: 23 days ago
JSON representation
BSides Prishtina 2024 Malware Development and Persistence workshop
- Host: GitHub
- URL: https://github.com/cocomelonc/bsprishtina-2024-maldev-workshop
- Owner: cocomelonc
- Created: 2024-05-03T04:11:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T07:50:47.000Z (6 months ago)
- Last Synced: 2025-04-09T23:15:30.233Z (23 days ago)
- Language: C
- Size: 27.4 MB
- Stars: 67
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BSides Prishtina 2024 Malware Development Workshop

The course is divided into four logical sections:
- Malware development tricks and techniques (classic injection tricks, DLL injection tricks, shellcode running)
- AV evasion tricks (Anti-VM, Anti-Sandbox, Anti-disassembling)
- Persistence techniques
- Cryptographic functions in malware development (exclusive)Most of the examples in this course require an understanding of the Python and C/C++ programming languages.
Knowledge of assembly language basics is not required but will be an advantage.
Examples and recommended literature:
[https://cocomelonc.github.io/book/2022/07/16/mybook.html](https://cocomelonc.github.io/book/2022/07/16/mybook.html)
[https://www.amazon.com/dp/1801810176](https://www.amazon.com/dp/1801810176)You also can use code from my book for practice:
[https://github.com/PacktPublishing/Malware-Development-for-Ethical-Hackers/](https://github.com/PacktPublishing/Malware-Development-for-Ethical-Hackers/)If you not only learn how to write malware but also follow my research, then read my blog; there is a lot of interesting practice-oriented stuff here.
[https://cocomelonc.github.io](https://cocomelonc.github.io)