Skip to content

Releases: ZygoteCode/TrueInjector

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.