The MASM Forum

Microsoft 64 bit MASM => Examples => Topic started by: hutch-- on November 06, 2018, 02:41:56 PM

Title: How to create random window class names.
Post by: hutch-- on November 06, 2018, 02:41:56 PM
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.