Advertisement
Guest User

Resources For Advanced Windows Development and Reverse Engineering

a guest
Jun 19th, 2021
1,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Resources For Advanced Windows Development and Reverse Engineering
  2. Who is this intended for?
  3. Malware Analysts, Reverse Engineers, Security Researchers, Malware Developers, Exploit Developers
  4. ================================================================================================================================
  5. Windows Programming Books:
  6. Windows Kernel Programming (Pavel Yosifovich) - https://leanpub.com/windowskernelprogramming
  7. Windows 10 System Programming, Part 1 (Pavel Yosifovich) - https://leanpub.com/windows10systemprogramming
  8. Windows 10 System Programming, Part 2 (Pavel Yosifovich) - https://leanpub.com/windows10systemprogrammingpart2
  9. ================================================================================================================================
  10. Windows and OS Internals:
  11. What Makes It Page?: The Windows 7 (x64) Virtual Memory Manager
  12. Windows Internals, Part 1 (Developer Reference) 7th Edition
  13. MSDN WDM Kernel Driver Development Framework Documentation
  14. Operating Systems: Three Easy Pieces
  15. ================================================================================================================================
  16. Security and Malware Related:
  17. Rootkits and Bootkits: Reversing Modern Malware and Next Generation Threats
  18. Rootkits: Subverting the Windows Kernel
  19. Practical Malware Analysis: The Hands-on Guide to Dissecting Malicious Software
  20. Mastering Malware Analysis: The Complete Malware Analyst's Guide to Combating Malicious Software, APT, Cybercrime, and IoT Attacks
  21. The Art of Memory Forensics: Detecting Malware and Threats in Windows, Linux, and Mac Memory
  22. The Ghidra Book: The Definitive Guide
  23. The IDA Pro book
  24. ================================================================================================================================
  25. Online Courses and Classes:
  26. WinDbg Fundamentals: User Mode- https://www.pentesteracademy.com/course?id=52
  27. WinDbg Fundamentals: Kernel Mode- https://www.pentesteracademy.com/course?id=53
  28. https://www.pluralsight.com/courses/windows-internals
  29. https://www.pluralsight.com/courses/windows-internals2
  30. https://www.pluralsight.com/courses/windows-internals-3
  31. https://www.pluralsight.com/courses/windows-10-internals-system-processes
  32. https://www.pluralsight.com/courses/windows-10-internals-threads-memory-security
  33. RED TEAM Operator: Malware Development Essentials Course (Sektor7)
  34. RED TEAM Operator: Malware Development Intermediate Course (Sektor7)
  35. Zero2Automated Ultimate Reverse Engineering Course - https://courses.zero2auto.com/adv-malware-analysis-course
  36. ================================================================================================================================
  37. Certifications:
  38. Windows User Mode Exploit Development (EXP-301)
  39. Advanced Windows Exploitation (EXP-401)
  40. SEC760: Advanced Exploit Development for Penetration Testers
  41. GIAC Reverse Engineering Malware (GREM)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement