News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

How to create random window class names.

Started by hutch--, November 06, 2018, 02:41:56 PM

Previous topic - Next topic

hutch--

If you have a reason to make an app slightly less hackable, excluding the FindWindow() API from getting the handle of your app simply means generating a random string for the classname every time the app starts. Attached is a simple technique to do that.