What We'll Do/Learn:
This course is going to teach anyone how to reverse engineer x64 Windows. We will start by covering some basics of binaries, then reverse some small samples, reverse a DLL and implement it into our own program, reverse some malware, then look at some realistic situations.
Table Of Contents:
This course is going to teach anyone how to reverse engineer x64 Windows. We will start by covering some basics of binaries, then reverse some small samples, reverse a DLL and implement it into our own program, reverse some malware, then look at some realistic situations.
Table Of Contents:
- Documentation
- Files Needed
- Chapter 1 - Introduction
- Chapter 2 - BinaryBasics
- Chapter 3 - Assembly
- Chapter 4 - Tools
- Chapter 5 - Basic Reversing
- Chapter 6 - DLL
- Chapter 7 - Windows - WIP
- Chapter 8 - Generic Table - WIP