Log in

View Full Version : API parameter


Anonymous
March 13th, 2003, 13:14
How to put a conditional bp into lpSubKey of RegOpenKeyEx API ?

Thanks

thEpOpE
March 13th, 2003, 14:17
use the [esp+offset] as parameter to make de condition. You can see the relative address on the stack doubleclickin on the address column of stack pane. You must set the conditional bp in the call to the api, and set the condition using dword[esp+offset]==value .