in reply to Win32::Process::Hide did not return true value

Can some one please let me know what i am doing wrong?

Joke answer or real answer or technical answer?

hiding process failed, this is cause of error message

Why it failed? your OS/antivirus... is protecting you

hiding processes is nefarious win32-process-hide infected with mal/packer?, Malware on CPAN, opinions on Win32::Process::Hide

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

Replies are listed 'Best First'.
Re^2: Win32::Process::Hide did not return true value
by Abhijit10089 (Novice) on Jun 11, 2013 at 13:16 UTC

    Thanks for your reply, but i am using Windows 7 with no antivirus installed. And i know hiding process is nefarious, but I need to run a program twice in the same system(which wont work until one of those process is hidden)

      Any other suggestions?

        Any other suggestions?

        No. Look at the source, for some reason the hiding function fails to load, or fails to hide the process. It has no diagnostics. You could look at $^E but I doubt it would be helpful -- basically you're left debugging C-code calling (often obscure) win32 APIs