The MASM Forum

Miscellaneous => The Orphanage => Topic started by: Magnum on April 04, 2013, 03:45:06 AM

Title: Freeze Up
Post by: Magnum on April 04, 2013, 03:45:06 AM
Lock up screen joke or Anti Debug measure.
Title: Re: Freeze Up
Post by: dedndave on April 04, 2013, 04:02:29 AM
maybe it will throw an exception or lock up when he tries to execute the string   :biggrin:
push 182h ; DESKTOP_CREATEWINDOW, DESKTOP_WRITEOBJECTS, DESKTOP_SWITCHDESKTOP
push eax ; NULL
push eax ; NULL
push eax ; NULL
push offset l1
call CreateDesktop
push eax ; handle of desktop
call SwitchDesktop

l1:
db "mydesktop", 0 ; name of new desktop

invoke ExitProcess,0

you can probably open the task manager and start a new instance of explorer.exe to get back to the original desktop
Title: Re: Freeze Up
Post by: Magnum on April 04, 2013, 04:19:29 AM
You must not have run it yet.

Task Manager will only let you log out which is the only escape.

Read the comments too.

Title: Re: Freeze Up
Post by: dedndave on April 04, 2013, 04:28:37 AM
read the comments
don't plan on running it   :redface:
Title: Re: Freeze Up
Post by: Magnum on April 04, 2013, 04:52:15 AM
Chicken.  :biggrin:

All you have to do when you run it, is bring up Task Manager and log out.

Title: Re: Freeze Up
Post by: qWord on April 04, 2013, 05:06:28 AM
Quote from: Magnum on April 04, 2013, 03:45:06 AMAnti Debug measure.
bullsh**.

Quote from: Magnum on April 04, 2013, 03:45:06 AM
Lock up screen joke
how funny for average users  :icon13:
Title: Re: Freeze Up
Post by: Vortex on April 04, 2013, 06:48:49 AM
Probably not supposed to be an April 1 joke :biggrin:
Title: Re: Freeze Up
Post by: Magnum on April 04, 2013, 07:46:25 AM
Thanks, that's what I meant to post.  :t