Log in

View Full Version : Start Code


Tech19
August 24th, 2001, 14:30
How can I get softice to go to the first line of code for a program?

Argoth
August 24th, 2001, 16:53
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
August 24th, 2001, 18:58
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