The password for all archives provided in the course is : infected Module 4: Crash course computer science https://www.youtube.com/watch?v=tpIctyqH29Q&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo Book: Assembly Language Step by Step Book: Assembly Language for X86 Processors by Kip Irvine Module 5: This stackoverflow article has a lot of good info on C programming material. https://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list Low-Level Programming – Good book on C, Assembly and Linux Module 8.1: https://www.elastic.co/blog/ten-process-injection-techniques-technical-survey-common-and-trending-process https://www.andreafortuna.org/2018/09/24/some-thoughts-about-pe-injection/ Module 11: calc.bin generated via the below command on kali 2021.4: msfvenom -p windows/exec CMD=calc.exe -f raw -o calc.bin Module 12: De4dot can be downloaded from here: https://github.com/Cyril-Meyer/de4dot-build