I want to check if the Window Text is like "*inject*" but this in the same time the process must not be "*chrome*" for example...
I don't know if you can understand me very well.. I don't write so good English
Example, now I have:
--> Deny Process if (Windows Text like "*inject*")
but I would something like:
--> Deny Process if (Windows Text like "*inject*") and if (File NameNOT LIKE "*chrome*")
I'm not very good in Enigma, but I think you have two ways:
1. Write enigma plugin.
2. Add code to your application that will run in new thread and check windows title and processes names.
Well actually both ways are almost same:)
You can find sample plugins (with source code on deplhi) in a folder with Enigma ("Plugins"). Also you may find PluginsSDK that will help you to start.