1
0
mirror of https://github.com/caseyscarborough/keylogger.git synced 2020-11-18 19:53:40 -08:00

24 Commits

Author SHA1 Message Date
Casey Scarborough
09be41a8d2 Exit on log clear. 2013-09-16 22:57:03 -04:00
Casey Scarborough
4a1e66b674 Update README.md. 2013-09-16 21:26:09 -04:00
Casey Scarborough
24e6cb4de9 Add output message when logfile is cleared. 2013-09-16 21:23:39 -04:00
Casey Scarborough
e218979983 Add support for command line args. 2013-09-16 21:21:27 -04:00
Casey Scarborough
025d2d9c6b Change to C, as no C++ functionality is being used. 2013-09-16 21:06:11 -04:00
Casey Scarborough
2b436090b6 Add various comments to improve program understandability. 2013-09-16 20:57:23 -04:00
Casey Scarborough
aa27dabd03 Small refactorings. 2013-09-16 20:44:43 -04:00
Casey Scarborough
b2f3004096 Update README.md and set log location to /var/log/keystroke.log. 2013-09-16 20:24:09 -04:00
Casey Scarborough
48de73990c Update Makefile. 2013-09-16 20:16:56 -04:00
Casey Scarborough
0f2f29c2db Add install and clean make targets. 2013-09-16 20:12:29 -04:00
Casey Scarborough
858b38dad3 Add timestamp to logfile on log begin. 2013-09-16 20:02:06 -04:00
Casey Scarborough
f6a7cbe93f Add keylogger.h. 2013-09-16 19:46:20 -04:00
Casey Scarborough
c8c94c40e6 Implement Makefile. 2013-09-16 19:45:50 -04:00
Casey Scarborough
348b5c442d Basic keylogging functionality implemented. 2013-09-16 19:31:50 -04:00
Casey Scarborough
aab9e255ab Remove test executable. 2013-09-16 19:31:10 -04:00
Casey Scarborough
5f1501807d Add gitignore file. 2013-09-16 19:30:30 -04:00
Casey Scarborough
83b9666e4c Add convertKeyCode method. 2013-09-16 19:27:25 -04:00
Casey Scarborough
fa84df45a4 Stupid IO. 2013-09-16 19:18:58 -04:00
Casey Scarborough
b648c3ade9 Convert to C style file writing. 2013-09-16 19:00:16 -04:00
Casey Scarborough
71a63661bc File writing has begun. 2013-09-16 18:48:12 -04:00
Casey Scarborough
8380149244 Update logfileLocation to const char*. 2013-09-16 18:37:42 -04:00
Casey Scarborough
ea1cbc50f4 Implement basic main function. 2013-09-16 18:34:35 -04:00
Casey Scarborough
9ef1cdef1f Add README.md. 2013-09-16 18:06:41 -04:00
Casey Scarborough
8e44a77be6 Initial commit. 2013-09-16 18:06:33 -04:00