Debugging Fundamentals Module 7 - Hardware Breakpoints (Patreon)
Published:
2022-04-08 22:59:26
Imported:
2023-09
Flagged
Downloads
Content
Further Research
- Toggle hardware data/read/execute breakpoints programmatically
- Writing a Primitive Debugger: Part 2 (Breakpoints/Stepping)
- OpenSecurityTraning Hardware Breakpoints (pdf)
- CONTEXT structure
Lab 7
Use the debugger to debug the target_antidebug.exe file. Observer that the Anti-Debug detection is not longer triggered. Why?
Lab 7 - Exercise
Convert your code from Lab 6 to use a hardware breakpoint instead of a software breakpoint. Test again on the target_antidebug.exe file and observe that you can now capture the calls to NtWriteFile.