Hi I think looking at leaked source codes from the bigger malware groups is a great way to learn. As a beginner you will leave your comfort zone which might be scary at first but it will teach you many things. First: you will encounter many libraries and apis that you don't understand. The secret is just to search the apis up on google and then work your way like that through the code. I'm a huge fan of deep diving into source codes until I fully understand how it works. It might take a few days or even a few weeks until you really understand a whole source code for a piece of malware. I also recommend learning abit about reversing, since it teaches you how lower level stuff works. In terms of free resources I can recommend OALabs on YouTube and "AGDC Services" on YouTube. When programming your projects don't be afraid to use ChatGPT, all of my friends and me myself use it when we don't know how to implement a certain concept, infact it is estimated that 40% of code pushed onto GitHub in 2023 was AI generated so don't be afraid and learn how to use these toolsthanks ^^ happy to hear that...actually i read some articles in microsoft web jst to understand some little things, but i guess i couldn't find any good course for that, only Sektor7 which looks kinda hard to follow...specially if u don't have enough knowledge in C++ with Windows liberary, i mean WinAPI funcs, like abt memory mangement and making a process and so all..and i could get Maldev Academy which is really good to be honest, i'm trying by the way to understand data encryption, as a begineer until i become good enough to use some of it as salsa20 or chacha20...bt anyway, if you provide me with any good resources i'll be glad for that...thank you <<3
Resources:
- OALabs
- AGDC Services
- https://github.com/corkami/docs/blob/master/PE/PE.md
- https://medium.com/@nebdar/malware-analysis-dridex-and-showcasing-api-hashing-3dd428930670