the snake
task 3 - nopped
Sun Dec 20 10:16:39 1998


hello to all

sorry for not beeing involved in prev tasks, here is what
i've found for task 3 , and it's short because the time limit i have last days:

:0043FA00 8B55F8.......mov edx, dword ptr [ebp-08]
:0043FA03 58...........pop eax
:0043FA04 E8FB41FCFF...call 00403C04
:0043FA09 752E.........jne 0043FA39 <----- nop here
:0043FA0B A1209B4400...mov eax, dword ptr [00449B20]
:0043FA10 8B00.........mov eax, dword ptr [eax]
:0043FA12 E8D5AFFEFF...call 0042A9EC
:0043FA17 A1109D4400...mov eax, dword ptr [00449D10]

with 'nop' the instruction at location 43FA09, the prog
will register itself.

can someone please tell me what function the program uses
to read the name/code from the input ?
i can say that it's not GETWINDOWTEXTA NOR GETDLGITEMTEXTA.

thanks
the snake