View Single Post
  #2  
Old 07-15-2002, 17:26
scriptOr
 
Posts: n/a
Hi,

Is SI able to break on WinMain in a windows exe file ??
Or is it only in the dll u encountered this problem ?

Mayby you need to get the correct debugging symbols for you
windows platoform.

hxxp://www.microsoft.com/ddk/debugging/symbols.asp

Install the symbols (normally in %SystemRoot%\Symbols),

Use nmsym to create .nms file for ntoskrnl.dbg
NOTE: that ntoskrnl.pdb must be in the same folder, as ntoskrnl.dbg

Add lines to softice init file:

NTSYMBOLS=ON
LOAD=%SystemRoot%\Symbols\exe\ntoskrnl.nms

Reboot.

Hope it helps u out

.::| scriptOr |::.
Reply With Quote