Skip to content

Releases: ZygoteCode/TrueInjector

TrueInjector V6

Choose a tag to compare

@ZygoteCode ZygoteCode released this 26 Apr 15:15
  • 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

Choose a tag to compare

@ZygoteCode ZygoteCode released this 24 Apr 19:19
  • Added a feature to inject DLL on process startup.

TrueInjector V4

Choose a tag to compare

@ZygoteCode ZygoteCode released this 13 Dec 13:57
  • 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

Choose a tag to compare

@ZygoteCode ZygoteCode released this 03 Dec 20:04
  • 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

Choose a tag to compare

@ZygoteCode ZygoteCode released this 24 Nov 21:24

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

TrueInjector V1

Choose a tag to compare

@ZygoteCode ZygoteCode released this 23 Nov 19:43

First release.