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


in reply to Re^2: Win32::Process::Hide did not return true value
in thread Win32::Process::Hide did not return true value

Just tried the same code in Windows XP worked fine for Win32::Process::Hide but still the process was the TaskManager.

Any other suggestions on how to hide the process from windows or hide it from other processes like running in a VM of its own.

  • Comment on Re^3: Win32::Process::Hide did not return true value

Replies are listed 'Best First'.
Re^4: Win32::Process::Hide did not return true value
by Anonymous Monk on Jun 13, 2013 at 00:10 UTC

    Any other suggestions on how to hide the process from windows or hide it from other processes like running in a VM of its own.

    :) Stop trying :) hiding process on windows is all about DLL injection and manipulating win32 structs -- its not easy, its not recommended, and it probably won't work for whatever you're trying to do -- its even harder to do post win2k because of improvements in windows -- for all you know the program is creating a mutex or a socket, nothing to do with being listed in taskmanager