https://github.com/nullswan/tinky-winkey
Tinky winkey is an introduction to WINAPI and Windows Services.
https://github.com/nullswan/tinky-winkey
Last synced: 18 days ago
JSON representation
Tinky winkey is an introduction to WINAPI and Windows Services.
- Host: GitHub
- URL: https://github.com/nullswan/tinky-winkey
- Owner: nullswan
- Created: 2022-08-30T14:32:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T10:15:26.000Z (over 3 years ago)
- Last Synced: 2025-01-09T08:48:55.011Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinky-winkey
Tinky winkey is an introduction to WINAPI and Windows Services.
The goal of the project is to wrap a keylogger within a Windows Service.
The `keylogger` must impersonate SYSTEM tokens and run in the background.
It is a good introduction and Windows services are pretty well documented all over the internet.
## Build
```bash
nmake all
re
```
## Usage
```bash
.\bin\svc.exe install
.\bin\svc.exe start
.\bin\svc.exe stop
.\bin\svc.exe delete
```
## Ressources
- VirtualBox
- Process Hacker 2
- Visual Studio
- Windows 11 Entreprise Evaluation Version 21H2