Hardbreakpoints

OllyDbg Plugin API

Hardbreakpoints

Creates dialog enabling user to view, follow and delete existing hardware breakpoints. If closeondelete is 1, dialog closes after some breakpoint is deleted. Returns -1 on error or if user cancelled action and 0 otherwise.

Note that hardware breakpoints are not supported by Windows 95 and Windows 98. To assure that you can use this function, call Plugingetvalue(VAL_HARDBP).

int Hardbreakpoints(int closeondelete);

Parameters:

closeondelete - if 1, asks user to delete some existing breakpoint and closes dialog window after some hardware breakpoint is deleted.

See also: Sethardwarebreakpoint, Deletehardwarebreakpoint, Deletehardwarebreakbyaddr