View Full Version : Start Code
Tech19
08-24-2001, 03:30 PM
How can I get softice to go to the first line of code for a program?
Argoth
08-24-2001, 05:53 PM
If u use your softICE launcher, it will get you to the first line of code. You can also disassemble the .EXE and see what's the first line of code and bpx that line.
Grtz
Argoth
Clandestiny
08-24-2001, 07:58 PM
It's also possible that you might need to change the section characteristics of the code section to E0000020 in a PE editor to get SoftICE to properly break at program entry.
If the prog will not break at entry when you load it up in the SI Loader, this would be the next logical thing to check.
Regards,
Clandestiny
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.