Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mylifeismyhome/tinjector
Windows Injector examples in c/pp
https://github.com/mylifeismyhome/tinjector
beginner cpp example injector manual-mapping remote-loadlibrary setwindowshookex thread-hijacking windows x64
Last synced: 3 days ago
JSON representation
Windows Injector examples in c/pp
- Host: GitHub
- URL: https://github.com/mylifeismyhome/tinjector
- Owner: Mylifeismyhome
- License: mit
- Created: 2022-10-09T20:30:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T16:32:18.000Z (7 months ago)
- Last Synced: 2024-04-29T23:21:01.913Z (7 months ago)
- Topics: beginner, cpp, example, injector, manual-mapping, remote-loadlibrary, setwindowshookex, thread-hijacking, windows, x64
- Language: C++
- Homepage:
- Size: 28.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tInjector
Collection of simple methods to inject a dll into a process
======Autor: Tobias Staack
---
## Methods
- RemoteLoadLibrary
- CreateRemoteThread
- ThreadHijacking- ManualMapping
- CreateRemoteThread
- ThreadHijacking
- SetWindowsHookEx