NokiMo
oalabs
oalabs

patreon


Debugging Fundamentals Module 7 - Hardware Breakpoints

Further Research 

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.


Debugging Fundamentals Module 7 - Hardware Breakpoints

Related Creators