Log in

View Full Version : sorry for these dumn ass questions but i just dont know??? pls help


pepperman
December 10th, 2000, 16:02
how do i bpx on an address in exdec EG:
439FBC: 0a ImpAdCallFPR4: _rtcFileDateTime (BPX ...???)
439FC1: f5 LitI4: 0x1 1 (....)
439FC6: f5 LitI4: 0x1 1 (....)
439FCB: 3a LitVarStr: ( local_00C8 ) yyyymmDd
439FD0: 4e FStVarCopyObj local_00D8
439FD3: 04 FLdRfVar local_00D8
439FD6: 04 FLdRfVar local_00B0
439FD9: 04 FLdRfVar local_00E8

so to break on 439FBC ?? what do i bpx in si coz it dont work for cs or ds???

4oh4
December 10th, 2000, 19:35
Well you could breakpoint on either the function itself or the memory address. You'll probably be better off just bpx'ing on the call to the function itself though.

For example, "bpx msvbvm60!__rtcFileDateTime".


--4oh4

(By the way, pm is going to send me a copy of the rce disc. Since I owe you a disc anyways, I'll send you a copy alright.)

pepperman
December 11th, 2000, 08:45
i think i just need to read/try etc and learn about RVA (which i believe is Relative virtual address) and the other address types. THxz for the RCE cd, will communicate withn you on icq/email....l8rz

4oh4
December 11th, 2000, 13:57
You should also read the softice .pdf's as well. Especially the chapters on bpx and bpm.