Deletehardwarebreakbyaddr

OllyDbg Plugin API

Deletehardwarebreakbyaddr

Deletes hardware breakpoint by address. If there are several breakpoints embracing same addres, deletes all such breakpoints. Returns number of deleted breakpoints or 0 on error.

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 Deletehardwarebreakbyaddr(ulong addr);

Parameters:

addr - address of hardware breakpoint. Every hardware breakpoint that covers this address will be removed. For example, if hardware breakpoint has address 0x00123450 and size 4, it covers address range from 0x00123450 to 0x00123453 inclusive.

See also: Sethardwarebreakpoint, Hardbreakpoints, Deletehardwarebreakpoint