Skip to content

Releases: ZygoteCode/TrueInjector

TrueInjector V6

26 Apr 15:15

Choose a tag to compare

  • Improved inject on startup feature, now the injector closes automatically after injection.
  • Implemented a feature to randomize the injected DLL path and the content of the DLL.
  • Implemented a feature to hide the DLL file before injecting into the process.
  • Fixed that inject on startup was injecting in loop.

TrueInjector V5

24 Apr 19:19

Choose a tag to compare

  • Added a feature to inject DLL on process startup.

TrueInjector V4

13 Dec 13:57

Choose a tag to compare

  • Added a new method of injection called "Native Loading", which bases its entire functionality on all low-level native functions: NtCreateSection/NtMapViewOfSection/NtUnmapViewOfSection for memory allocation and writing, NtOpenProcess and NtClose for handling management, NtCreateThreadEx for thread creation, and dynamic shellcode creation for executing native NTDLL LdrLoadDll function.

TrueInjector V3

03 Dec 20:04

Choose a tag to compare

  • Added Manual Mapping injection method.
  • Added Thread Hijacking injection method.
  • Added a option to choose from CloseHandle/OpenProcess to NtOpenProcess/NtClose.
  • Added more native functions to chose from for the allocation/memory writing & reading/standard injection-

TrueInjector V2

24 Nov 21:24

Choose a tag to compare

Added new features and methods for memory writing, memory allocation and DLL injection.

TrueInjector V1

23 Nov 19:43

Choose a tag to compare

First release.