Log in

View Full Version : BPRW <Module> code:T...


Bengaly
August 11th, 2001, 04:08
OK that's wierd..it seems SoftICE won't break on
any BPR i tell it to..
Even if the module is loaded in Symbol loaded...
nothing it just says:
"module not found" <== and the module is already loaded in sumbol loader...
weird..anyone has suggestion??

[bpx works fine ;P]

noname
August 11th, 2001, 09:34
Quote:
Bengaly (08-11-2001 02:08):
OK that's wierd..it seems SoftICE won't break on
any BPR i tell it to..
Even if the module is loaded in Symbol loaded...
nothing it just says:
"module not found" <== and the module is already loaded in sumbol loader...
weird..anyone has suggestion??

[bpx works fine ;P]


Heya,
First of all you post this on the wrong forum
you should post it in Tools of the Trade forum you can see it below
in the list box.
Ok to the point.how do you breakpoint?
Please read the faq before posting anything.

example:
bpr low eip high eip r w

bpr 403000 405000 r w
noname

Bengaly
August 11th, 2001, 10:43
That's not what i have Ment Nomane.
BPR works fine, i know how to sue bpr.

It's just BPRM <Module Name> T
is not Breaking..
Or u mean i need to add the Low/High EIP as well?
But i don't think i need to.
i wanna use BPRM in order to do BACKTRACE using loaded APP in SYmbol Loader.
if u have another suggestions plz let me know.

Kayaker
August 11th, 2001, 11:34
Quote:
Bengaly (08-11-2001 08:43):

It's just BPRM <Module Name> T
is not Breaking..


Hi,

I'm sure you realize it's bprW for one

Make sure the module is actually loaded and that's the context you're setting up the backtrace in. Type TASK in SoftIce, the task with the asterik beside it is the one running and this is the actual module-name you need to use.

'BPRW Notepad T' should work for Notepad. If it doesn't, then are you running NT?, I hear BPR commands don't work in NT.

Also, if your module name has a long filename (> 8 chars?) SI may not recognize it, so it's best to rename it first before using BPRW.

Hope this helps,
Kayaker

Bengaly
August 12th, 2001, 01:13
Yes i realize it's BPRW now..
but still there is no effect of the breakPoint,
I am running on win98.
And it seems either: BPR/BPM/BPRW are not working.
like i load the program into SYMBOL LOADED.
while in Sice i press "SHOW" and i see the module name running, but 'BPRW <Module> T'
Telling me "Module not found"..
I use Sice 4.0.5 Built 334.
Hope to get more Answers.

Have Fun ;D