Check-up executed processes - sleep between each process?

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Leonard
Posts: 15
Joined: Sat Jan 07, 2012 11:07 am

Check-up executed processes - sleep between each process?

Post by Leonard »

Hello,

I'm wondering if the "Executed processes" function contains "Sleep(x)" after a process is checked.
Because If I have 140 processes , check-up set to 10 seconds ...my application may crash , and I can't change the check-up time because of some protection reasons.


Thanks,
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: Check-up executed processes - sleep between each process

Post by Enigma »

Hi Leonard, no, it is impossible to do using standard settings, but it has a workaround.

You can develop simple plugin, that will enumerate all processes and use the Enigma API EP_CheckupFindProcess function (undocumented function yet, but very easy to use) to search the process. So, in plugin, you may run a thread where check the processes with necessary delay.
Post Reply