Releases: ZygoteCode/TrueInjector
Releases · ZygoteCode/TrueInjector
TrueInjector V6
- 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
- Added a feature to inject DLL on process startup.
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.