remove hook filter

This commit is contained in:
Akash Mozumdar 2018-06-18 14:19:13 -04:00
parent 3a0a24878f
commit c6ca4696f1

View File

@ -350,8 +350,8 @@ DWORD TextHook::UnsafeSend(DWORD dwDataBase, DWORD dwRetn)
DWORD dwType = hp.type;
if (!::live) // the pipe thread is busy
return 0;
if ((dwType & NO_CONTEXT) == 0 && HookFilter(dwRetn))
return 0;
//if ((dwType & NO_CONTEXT) == 0 && HookFilter(dwRetn))
// return 0;
if ((dwType & NO_ASCII) && !hp.filter_fun)
hp.filter_fun = NoAsciiFilter;