Skip to content
forked from DarthTon/Xenos

Windows dll injector revised code

License

Notifications You must be signed in to change notification settings

voidregreso/Xenos

This branch is 1 commit ahead of, 70 commits behind DarthTon/Xenos:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Your Name
Dec 3, 2024
8512c07 · Dec 3, 2024

History

1 Commit
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024

Repository files navigation

Xenos

English Español

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 profiles

Manual 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 - Win11 (only x86/x64 platforms)

License

Xenos is licensed under the MIT License. Dependencies are under their respective licenses.

About

Windows dll injector revised code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.9%
  • HTML 28.0%
  • Other 1.1%