PDA

View Full Version : conditional log hardware breakpoint?


insano
August 9th, 2008, 15:23
Is there a way to set a conditional log hardware breakpoint on execution?
i want to log some memory locations automatically.
right now im just setting a hardware breakpoint on execution and logging manually.

i cant set a normal conditional log breakpoint because process is protected by a sys driver and .code section can be modified.
thanks