Protect Your Software From Memory Editors
I am a software developer myself and I’m always looking for new ways to develop my software. Nowadays everyone is searching new methods to make their software more secure, but that doesn’t mean 100% secure. But anyways I found a way to protect your software from Memory Editors like TSearch. As most of us know, TSearch searches for variables in the Memory, reads the values, edits them etc… So as TSearch finds the variables I thought, why not storing the data elsewhere? Not in a variable? And I thought, yeah a text box!! So I tried the experiment and it worked! Instead of declaring the variable I stored it into a text box (which I can make hidden, so the user will not be able to see it) and TSearch was not be able to find it! Then I tried declaring the variable and store it as a normal variable, and TSearch found it, and I was able to edit it.
Here is a zip file (Security Test -> Click To Download), if you want download it and run the two exe files, one is using a variable and the other a text box, run TSearch on both of them and you will see that in the ‘Declared Variable.exe’ you will find it and be able to edit the value too (you will find 4, one of them is the message box variable and the other 3 are the variable) In the second one ‘Value In Textbox.exe’ you will find none!
Hope this helps you to make your software better and more secure! So do use a text box instead of declaring variables! And protect your games and softwares from these Memory Editors.