PFD lectures are available in PDF format
Thursday, June 5th, 2008Due to the request from blog readers I made my old Practical Foundations of Debugging lectures available in PDF format:
- Memory, registers and simple arithmetic
- Number representations and pointers
- Bytes, words, double words and pointers to memory
- Instruction pointer and disassembling a program with pointers
- Memory and stacks
- Frame pointer and local variables (Part 1)
- Frame pointer and local variables (Part 2)
- Function parameters
- Function pointer parameters (Part 1)
- Function pointer parameters (Part 2)
- Virtual Memory, Processes and Threads (Part 1)
- Virtual Memory, Processes and Threads (Part 2)
- Arrays and structures in memory (Part 1)
- Arrays and structures in memory (Part 2)
x64 version:
I keep both versions (HTMP and PDF) on the following pages where updates or corrections will be posted in the future:
Practical Foundations of Debugging (x86)
Practical Foundations of Debugging (x64)
- Dmitry Vostokov @ DumpAnalysis.org -