Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasherezade/demos
Demos of various injection techniques found in malware
https://github.com/hasherezade/demos
code-injection dll-injection malware process-hollowing runpe
Last synced: 9 days ago
JSON representation
Demos of various injection techniques found in malware
- Host: GitHub
- URL: https://github.com/hasherezade/demos
- Owner: hasherezade
- License: bsd-2-clause
- Created: 2016-08-19T21:54:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T13:26:57.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T23:05:56.950Z (4 months ago)
- Topics: code-injection, dll-injection, malware, process-hollowing, runpe
- Language: C
- Homepage:
- Size: 217 KB
- Stars: 790
- Watchers: 57
- Forks: 186
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-security-collection - **494**星
- awesome-hacking-lists - hasherezade/demos - Demos of various injection techniques found in malware (C)
README
# demos
[![Build status](https://ci.appveyor.com/api/projects/status/4dm03v0325443lot?svg=true)](https://ci.appveyor.com/project/hasherezade/demos)
[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)Demos of various injection techniques found in malware.
To compile it, use Visual Studio and CMake: http://www.cmake.org/
WARNING:
Presented versions of the techniques are dedicated to 32-bit targets. They can be compiled also on Windows 64-bit, but the recommended system is Windows 32-bit.