INSTALLATION
Unpack the distribution into a local directory, and from a command prompt in that directory follow the instructions below.
These instructions assume that you have already set up your build environment, and that you can build source distributions. The following environments are known to work:
Microsoft Visual Studio 2008
Other versions of Visual Studio may work, adjust Makefile.PL as necessary for your build environment
perl Makefile.PL
nmake
nmake test
nmake install
INJECTOR DLL
Our DLLInject.dll has known to compile with mingw32 (IMCROSS 2008-06-04) on Ubuntu 8.04 LTS compiled in the following way:
cd HookedFunctions
make -f Makefile.migw32.mak
Compiling with Visual Studio 2008 should work too after redefining some preprocessor instructions. This is still pending in the current HookedFunctions.c code.
SUPPORT
Homepage: <http://oss.oetiker.ch/optools/>.
AUTHORS
Roman Plessl,
Tobias Oetiker
COPYRIGHT
Copyright (c) 2008 by OETIKER+PARTNER AG. All rights reserved.
LICENSE
Win32::Monitoring::DLLInject is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Win32::Monitoring::DLLInject is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Win32::Monitoring::DLLInject. If not, see <http://www.gnu.org/licenses/>.
SEE ALSO
Homepage: http://oss.oetiker.ch/optools/