Page 1 of 1

[Question] Check-Up Processes

Posted: Sat Feb 01, 2014 3:19 pm
by jorgeesteves
Hello community,

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 :D

Example, now I have:
Image

--> Deny Process if (Windows Text like "*inject*")

but I would something like:
--> Deny Process if (Windows Text like "*inject*") and if (File Name NOT LIKE "*chrome*")

Is it possible to do ?

Thanks,
Jo

Re: [Question] Check-Up Processes

Posted: Sun Feb 02, 2014 9:50 am
by zop
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:)

Re: [Question] Check-Up Processes

Posted: Mon Feb 03, 2014 6:49 am
by Enigma
Hi Jo,

This issue is added to our todo list. Someday it will be made in new version.

Meanwhile, it can be made using plugins system as zop advised.

Re: [Question] Check-Up Processes

Posted: Mon Feb 03, 2014 10:51 am
by jorgeesteves
Thank You all for answer.

Enigma, I'm not very good with plugins...
How can I do this plugin ? Have you an Example ?

Thanks.

Re: [Question] Check-Up Processes

Posted: Mon Feb 03, 2014 9:19 pm
by zop
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.

Re: [Question] Check-Up Processes

Posted: Wed Feb 05, 2014 2:08 pm
by jorgeesteves
Ok. I've never programmed in Delphi and I don't know how can I do it :roll:

So I think I will wait the next version of Enigma Protector for this function.

bye bye