inside the wfile32.exe i put an int3
i also put an int3 inside the source, so when u compile it
then sice will pop


in sice:   bpint 3

if you don't, then the program will crash


***************PLEASE NOTE************************
after the wfile32.exe breaks, you MUST replace the int 3
with xor edx,edx

IF you DON'T DO THIS then the program will crash on you

to assemble it in sice (memory only) hit type 'A <line number>'
then type 'XOR EDX,EDX'

then hit escape

single step from this point on

the program will break after it has converted the name to all caps and taken out the space
this is where it adds all the letters together after doing stuff with the letters

after the loop, you will see that number get added to another number

this second number is the serial that is given to u in the beginning and is in hex

i'm sorry, but i don't remember which register holds your number for the characters added together, i think it is edx



have fun and learn a lot :)

				josephCo [c4n/me'97]

