Log in

View Full Version : SoftIce breakpoints on offsets/RVAīs?


Dreadnought
January 9th, 2001, 11:35
Greetz,

does anybody know how I can set a breakpoint in SoftIce (v. 4.05 or something) on offsets or RVAīs. I think itīs "bpx (offset/RVA)".

Or have I to set a bp at memory access and if yes, how?

aimless
January 11th, 2001, 01:52
Read the manual please.

You must BPX xxxx:yyyyyyyy for offsets/RVA's

BPX also breaks on loaded symbols like:

eg: bpx kernel32!getprocessaddress

Note here that the x, in bpx can be replaced by other types:

eg: bpm or bpint etc.

Once again, read the manual. it explains all.

Cheers

Dreadnought
January 11th, 2001, 07:50
ThanX,

Iīm sorry, but I didnīt had the manual right here. Now Iīve got it.