Rank: Newbie Groups: Member
Joined: 6/6/2014 Posts: 4
|
Hi Folks,
Our corporate security scan (Veracode scan) did not like the fact that EO.Internal seems to be using user32.dll.SetWindowsHookEx, it appears that call is used for DLL injections (rootkits, worms). Anyway, if you can, can you tell us why you are using SetWindowsHookEx so we can pass it on to our security zealous guys, and may be they will leave us alone (the headaches of a large corp!). Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, We use SetWindowsHookEx in order to monitor the application messages in order to implement a number of features. For example, the hot key feature relies on this: https://www.essentialobjects.com/doc/webbrowser/customize/hot_key.aspxThanks!
|