README.md

December 4, 2022 · View on GitHub

Enable-It

Description

Enable It, enables or disables windows or objects in windows-applications, i.e. Buttons, tick boxes text boxes, … I used it to crack / unlock options in some Evaluation software I was testing, and also find some interesting weaknesses in a lot of registration or password protected installations, it works most of the time depending on the object type and underlying code, although this is not a crack, it demonstrates the EnableWindow API call, and teaches us to be careful when creating our installations.

More Info

Be careful not to disable VB, windows desktop or anything to do with the application its self.

Submitted On2003-07-06 16:04:40
ByPeter Gransden
LevelAdvanced
User Rating4.7 (56 globes from 12 users)
CompatibilityVB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive FileEnable-It161057762003.zip

API Declarations

Enables or disables windows or objects in windows-applications using EnableWindow API