NAME
Win32::Process::Hide - Perl extension for hiding your process.
SYNOPSIS
use Win32::Process::Hide; #Hide
DESCRIPTION
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
EXPORT
--No Export, Hide when use--
SEE ALSO
see also Demo_*.dll
My Mail: <rootkwok <AT> cpan <DOT> org>
Win32::Monitoring::DLLInject
AUTHOR
Baggio, Kwok Lok Chung <rootkwok <AT> cpan <DOT> org>
COPYRIGHT AND LICENSE
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.