[Question] Check-Up Processes

Post here messages if you have any problems with working of Enigma Protector
Post Reply
jorgeesteves
Posts: 4
Joined: Mon Jan 20, 2014 5:53 am

[Question] Check-Up Processes

Post 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
zop
Posts: 14
Joined: Tue Aug 27, 2013 9:52 pm

Re: [Question] Check-Up Processes

Post 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:)
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: [Question] Check-Up Processes

Post 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.
jorgeesteves
Posts: 4
Joined: Mon Jan 20, 2014 5:53 am

Re: [Question] Check-Up Processes

Post 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.
zop
Posts: 14
Joined: Tue Aug 27, 2013 9:52 pm

Re: [Question] Check-Up Processes

Post 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.
jorgeesteves
Posts: 4
Joined: Mon Jan 20, 2014 5:53 am

Re: [Question] Check-Up Processes

Post 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
Post Reply