Need help in adjusting plugin timers.
Posted: Mon Sep 06, 2010 9:18 am
I believe Mr. Vladimir is very busy, . So i was wondering. if anyone could help me with this. Enigma has sent me 2 plugins to improve security but the timers set on the plugins are a bit off. I am not that good in c++ or ASM. Does anyone knows how to adjust the timers via hex editing? the 1st plugin is an anti-patcher.It checks protected exe against changing in the memory. Also, if it finds that memory corrupted, it closes protected application. But the timer set for it to check the application is too frequent and causes hardware lag on low systems. The 2nd plugin checks gameguard processes. The checkup starts after 10-12 seconds after protected exe is started (so gameguard's process also start). If plugin does not find these processes, then it close protected application without any warning. But gameguard is too well hidden after it has updated so it can't be check constantly.
I would like to know how to make the 1st plugin to check for corruption every 30 seconds or maybe just on startup.
and how do i adjust the 2nd plugin to only check if gameguard is running only at the start up ONCE which is after directly after its executed. Not after 10-12 seconds.
Any help will be kindly appreciated. Thank you
I would like to know how to make the 1st plugin to check for corruption every 30 seconds or maybe just on startup.
and how do i adjust the 2nd plugin to only check if gameguard is running only at the start up ONCE which is after directly after its executed. Not after 10-12 seconds.
Any help will be kindly appreciated. Thank you