C# Class Klog.SimpleKeylogger

Mostra file Open project: subTee/Troopers2016 Class Usage Examples

Public Properties

Property Type Description
LogFileName String
LogPath String

Public Methods

Method Description
OnKeyDown ( object sender, KeyEventArgs e ) : void
OnKeyPress ( object sender, KeyPressEventArgs e ) : void
OnKeyUp ( object sender, KeyEventArgs e ) : void
OnMouseActivity ( object sender, MouseEventArgs e ) : void
SimpleKeylogger ( ) : System

Private Methods

Method Description
CaptureClickBitmap ( Point clickLocation, String filename ) : void
GetNextBitmapFilename ( ) : String
LogEvent ( String s ) : void
OnClipboardAction ( object sender, EventArgs e ) : void

Method Details

OnKeyDown() public method

public OnKeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
return void

OnKeyPress() public method

public OnKeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e KeyPressEventArgs
return void

OnKeyUp() public method

public OnKeyUp ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
return void

OnMouseActivity() public method

public OnMouseActivity ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

SimpleKeylogger() public method

public SimpleKeylogger ( ) : System
return System

Property Details

LogFileName public_oe static_oe property

public static String LogFileName
return String

LogPath public_oe static_oe property

public static String LogPath
return String