Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/print3m/malware-dev
Windows malware development C/C++ snippets.
https://github.com/print3m/malware-dev
malware malware-development ntapi winapi windows
Last synced: about 3 hours ago
JSON representation
Windows malware development C/C++ snippets.
- Host: GitHub
- URL: https://github.com/print3m/malware-dev
- Owner: Print3M
- Created: 2023-12-09T13:34:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-22T15:39:17.000Z (11 months ago)
- Last Synced: 2023-12-22T20:33:01.711Z (11 months ago)
- Topics: malware, malware-development, ntapi, winapi, windows
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malware development
> **IMPORTANT**: The code is written and can be used only for the educational purpose!
This repository contains C/C++ snippets of code useful during Windows malware development. I'm trying to make every file standalone, hence some pieces of code might be redundant. You should always look at the standalone source file of a specific functionality.
A lot of techniques presented here and much more are described in [my malware-dev notes](https://print3m.github.io/notes) (`/windows/malware-dev`).