hichambouttaj / malware-dev

⚠️ malware development

Home Page:https://crows-nest.gitbook.io/crows-nest/malware-development/getting-started-with-malware-development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ MALWARE DEVELOPMENT

IMPORTANT

Warning: I've moved on from creating detailed posts about each of the techniques I've done on this repository. This repo will now just be used to house the source code of the techniques I end up learning about. To read the actual detailed blog posts of each technique, please head over to my new website here.

This repository was created to archive and document all of my attempts to learn and develop malware. I'm brand new to all of this. We'll start from the absolute beginning and see how far we can get. The techniques I'd love to learn are:

Note: As I come across more stuff, I'll add more to the list. Moreover, as I complete the techniques above, I'll also update this list.

📚 PREREQUISITES

We're going to be dealing with a lot of low-level stuff. As such, it's important to familiarize yourself with at least a low-level language like C, C++, Assembly, etc. I've already gone ahead and created a repository in which - like this malware development, I document my progression/learning with some low-level stuff. If you'd like to follow along with that stuff, you can find it here.

🛑 DISCLAIMER

Obviously, the stuff in this repository is explicitly for educational purposes. Not that you'll be able to run this in a patched environment without getting the absolute sh*t flagged out of it. Regardless, I do not condone the use of these programs for any malicious activities.

About

⚠️ malware development

https://crows-nest.gitbook.io/crows-nest/malware-development/getting-started-with-malware-development

License:GNU General Public License v3.0


Languages

Language:C++ 49.6%Language:Assembly 43.1%Language:C 7.3%