C:/Documents and Settings/Administrator/My Documents/MyHook/1.2/myhook.cpp File Reference

#include <cstdlib>
#include <windows.h>
#include <time.h>
#include "DataLog.h"
#include "KeyLogger.h"

Functions

void hideMe (void)
void startLog (DataLog datalog)
int main (void)

Variables

const bool HIDDEN = false
const LogTypeName LOG_MODE = DEBUG

Detailed Description

Date:
May 1, 2009
Author:
Daniel Amodio, Patrick Servello
MyHook 1.2 Origional Code and Concept Copyright 2008 Daniel Amodio (deige101) Created for Major League Coding http://groups.myspace.com/MajorLeagueCoding

This program 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.

This program 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 this program. If not, see <http://www.gnu.org/licenses/>.


Function Documentation

void hideMe ( void   ) 

Method to hide the keylogger window

void startLog ( DataLog  datalog  ) 

Method to add a timestamp to the data log


Variable Documentation

const bool HIDDEN = false

HIDDEN: Variable to determine visible state of application true: Hides application false: Does not hide application (usefull for debug mode)

const LogTypeName LOG_MODE = DEBUG

LOG_MODE: Variable to determine how data will be trapped (See DataLog class, or respective LogType class) DEBUG: Data will be written to the screen (it is usefull to make HIDDEN = false) LOCAL_FILE: Data will be written to a local file


Generated on Fri May 8 13:08:45 2009 for MyHook by  doxygen 1.5.8