http://www.perlmonks.org?node_id=1016749


in reply to win32-process-hide infected with mal/packer?

Read the description of what the module does. Then ask what would any antivirus maker do?

edit: after more research the problem is the injected DLL is included as a binary blob, GCC compiled, but that DLL was packed (why???). Ask the author why the DLL isn't built at perl compile/install time. The DLL is intended I guess for injecting into non perl processes, so an XS DLL wouldn't work to inject into a process without an interp.

edit: it appears not all the code in the DLL is in the included main.c file