[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Window Stew Thousand



I received that message from that guy last night - but when I did a little
reverse compiling (dissassembling) of the microsoft code on my Win2K box, I had
to make some modifications to the source code he sent in order to generate the
same resulting binary code with Visual Studio.  Please include the following
patch if you try this for yourself....

Scott


>               while(something)
>               {
>                   sleep(5);
>                   get_user_input();
>                   sleep(5);
>           /* insert patch found below here */
>                   act_on_user_input();
>                   sleep(5);
>               }
>               create_general_protection_fault();

Necessary patch...

80,85d79
<                  prompt_user('Are you sure?');
<                  sleep(5);
<                  get_user_input();
<                  do_nothing();
<                  sleep(5);
<                  prompt_user('Are you really, sure??');
<                  sleep(5);
<                  get_user_input();
<                  do_nothing();
<                  sleep(5);
<                  prompt_user('Are you absolute, positively, really-really
sure??');
<                  sleep(5);
<                  get_user_input();
<                  sleep(5);


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com