Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DarthTon/Xenos
Windows dll injector
https://github.com/DarthTon/Xenos
Last synced: 6 days ago
JSON representation
Windows dll injector
- Host: GitHub
- URL: https://github.com/DarthTon/Xenos
- Owner: DarthTon
- License: mit
- Created: 2013-12-25T18:13:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T19:13:29.000Z (over 3 years ago)
- Last Synced: 2024-08-02T16:35:22.555Z (3 months ago)
- Language: C++
- Size: 242 KB
- Stars: 2,074
- Watchers: 91
- Forks: 527
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Xenos
=====Windows dll injector. Based on Blackbone library - https://github.com/DarthTon/Blackbone
## Features ##
- Supports x86 and x64 processes and modules
- Kernel-mode injection feature (driver required)
- Manual map of kernel drivers (driver required)
- Injection of pure managed images without proxy dll
- Windows 7 cross-session and cross-desktop injection
- Injection into native processes (those having only ntdll loaded)
- Calling custom initialization routine after injection
- Unlinking module after injection
- Injection using thread hijacking
- Injection of x64 images into WOW64 process
- Image manual mapping
- Injection profilesManual map features:
- Relocations, import, delayed import, bound import
- Hiding allocated image memory (driver required)
- Static TLS and TLS callbacks
- Security cookie
- Image manifests and SxS
- Make module visible to GetModuleHandle, GetProcAddress, etc.
- Support for exceptions in private memory under DEP
- C++/CLI images are supported (use 'Add loader reference' in this case)Supported OS: Win7 - Win10 x64
## License ##
Xenos is licensed under the MIT License. Dependencies are under their respective licenses.[![Build status](https://ci.appveyor.com/api/projects/status/eu6lpbla89gjgy5m?svg=true)](https://ci.appveyor.com/project/DarthTon/xenos)