Log in

View Full Version : Im a newbie, help me please


c0smit0^
May 1st, 2005, 11:45
ok here's my problem, everytime i set a breakpoint on softice it pops up every5 seconds and the only way that it can stop is if i restart my pc, my other problem is that if i open softice more than 3 times my pc freezes and i have to reatart my pc again so im not able to use softice.
I am using windows xp home edition.

dmx
May 1st, 2005, 12:30
Maybe breakpoint work often, maybe this bp used in app many times..
rtfm Ice has not bad user manual in PDF format, found it and read ..

BPX xxapixx (sets a breakpoint at either a memory address or an api call)
BC * (clear all breakpoints)
BL (list all breakpoints) <-- you need this
BD * (disable all breakpoints) <--you need this to
BE * (enable all breakpoints)

c0smit0^
May 1st, 2005, 13:37
i still have a problem with softice, i was just using it and like the first ten minutes it was working fine but after that it froze, please help

nikolatesla20
May 1st, 2005, 14:30
Most likely its your video drivers.

Get another PC and load Win2K on it and use DS2.7 it seems to be the most reliable combination.

disavowed
May 2nd, 2005, 23:01
stop using softice. use ollydbg for user-mode debugging, or windbg for kernel-mode debugging.

evaluator
May 3rd, 2005, 06:55
hm???

c0smit0^
May 3rd, 2005, 16:50
i just downloaded ollydb and i have another question, how the heck do i set breakpoints on this prog??

JMI
May 3rd, 2005, 17:06
The very FIRST thing you do is read the friggin manual (rtfm) and explore the menus and try to stop asking questions you failed to search for the answer for. There is a file with most editions titled ollydbg.hlp. Some versions 1.10c do not include it, but it is available on the net by searching for "ollydbg.hlp" (without the quotes).

You might also want to go here and read up on Olly:

http://ollydbg.win32asmcommunity.net/?

Regards,