Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to allow use of SetWindowsHookEx() and WriteProcessMemory() to inject DLLs into an application ?

On a commercial cloud server, I want to use two methods in my application to inject two DLLs into the address space of a second application.

The two methods are C++ calls to SetWindowsHookEx() and WriteProcessMemory() in my application.

What instructions do I give tech support at the cloud vendor, to set up Sophos, so that my DLL injections are not blocked by Sophos?

Thanks, Pete 



This thread was automatically locked due to age.
Parents
  • Do you know what mitigation this is alerted as? LoadLibrary? Have you confirmed there is a "detection" for this?  If you create a trial of Sophos Central, install to a computer, run your app, if you get a detection, the details will be in the application event log (eventid 911) and the same details will be shown in Central in the details view.  From there you can authorize it in various ways.

Reply
  • Do you know what mitigation this is alerted as? LoadLibrary? Have you confirmed there is a "detection" for this?  If you create a trial of Sophos Central, install to a computer, run your app, if you get a detection, the details will be in the application event log (eventid 911) and the same details will be shown in Central in the details view.  From there you can authorize it in various ways.

Children