
Win32::Process::Hide - Perl extension for hiding your process.

use Win32::Process::Hide; #Hide during compile time

require Win32::Process::Hide; #Hide when this statement evaluate

This module allow you to hide your process,
to prevent some negligent user terminate your process.
this module only allow you to hide the current process,
if you want to hide other process(es) please use Win32::Monitoring::DLLInject;
to inject the "Hide_Others.dll",that distributed with this package, to the target process(es).
"Hide_Others.dll" is just a bundle of this module
Platform Windows XP tested OK.
--No Export, Hide when "use" or "require"--
EXPERIMENTAL

see also Demo_*.pl
Demo_1.pl
It shows you how to hide perl.exe itself in compile time
Demo_2.pl
It shows you how to hide perl.exe itself whenever you like
Demo_3.pl
It shows you how to hide other process(es) with Injecting DLL into the target prcess(es)
My Mail: <rootkwok <AT> cpan <DOT> org>
Win32::Monitoring::DLLInject

Baggio, Kwok Lok Chung <rootkwok <AT> cpan <DOT> org>

Copyright (C) 2009 by Baggio, Kwok Lok Chung
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.