You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2.x brings overhaul of hook detection code and now
positions are tracked, which in return allows new methods
listed below. For each installed, modified and uninstalled
hook on account it is possible to get position in which change
was occured. Modified Hooks method now does not return hooks
which was reinstalled but contents are not changed (Flag=0 is normalized),
those are now available in unmodifiedHooks and unmodifiedHooksPos methods.
This is major release as it fixes cases when multiple hooks are installed to single account but it is same hook hash.
This version changes detector logic and now it tracks hook instances per hook hash and its position.