|
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 |::.
|