Releases: ZygoteCode/TrueInjector
Releases · ZygoteCode/TrueInjector
TrueInjector V4
- 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
- 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
Added new features and methods for memory writing, memory allocation and DLL injection.
TrueInjector V1
First release.