mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 17:04:12 +08:00
remove hook filter
This commit is contained in:
parent
3a0a24878f
commit
c6ca4696f1
@ -350,8 +350,8 @@ DWORD TextHook::UnsafeSend(DWORD dwDataBase, DWORD dwRetn)
|
|||||||
DWORD dwType = hp.type;
|
DWORD dwType = hp.type;
|
||||||
if (!::live) // the pipe thread is busy
|
if (!::live) // the pipe thread is busy
|
||||||
return 0;
|
return 0;
|
||||||
if ((dwType & NO_CONTEXT) == 0 && HookFilter(dwRetn))
|
//if ((dwType & NO_CONTEXT) == 0 && HookFilter(dwRetn))
|
||||||
return 0;
|
// return 0;
|
||||||
|
|
||||||
if ((dwType & NO_ASCII) && !hp.filter_fun)
|
if ((dwType & NO_ASCII) && !hp.filter_fun)
|
||||||
hp.filter_fun = NoAsciiFilter;
|
hp.filter_fun = NoAsciiFilter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user