# EgeBalciKeylogger **Repository Path**: wedojava/ege-balci-keylogger ## Basic Information - **Project Name**: EgeBalciKeylogger - **Description**: https://github.com/EgeBalci/Keylogger very simple, just one `.cpp` file - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-05 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: keylogger, whitehat ## README # Keylogger Simple C++ Keylogger... Building c++ executable : Install Microsoft visual studo : create a c++ project. use the provided source code. To produce DLL independent code : On the top menu:under Project --> Property---->C/C++---->Code Generation---->Runtime library--->SELECT Multi-threaded Debug (/MTd) instead of Multi-threaded Debug DLL (/MDd)-->apply Build-->build