Cargo Features
[dependencies]
injectum = { version = "0.2.4", default-features = false, features = ["full", "tracing", "T1055_001", "T1055_002", "T1055_003", "T1055_004", "T1055_005", "T1055_008", "T1055_009", "T1055_011", "T1055_012", "T1055_013", "T1055_014", "T1055_015"] }
- default = T1055_003, tracing
-
These default features are set whenever
injectumis added withoutsomewhere in the dependency tree.default-features = false - full = T1055_001, T1055_002, T1055_003, T1055_004, T1055_005, T1055_008, T1055_009, T1055_011, T1055_012, T1055_013, T1055_014, T1055_015
- tracing default
-
Enables tracing
- T1055_001 full?
-
T1055.001: Dynamic-link Library Injection
Enables Win32_Security, Win32_System_Diagnostics_Debug, Win32_System_Diagnostics_ToolHelp, Win32_System_LibraryLoader, Win32_System_Memory, Win32_System_SystemInformation, Win32_System_SystemServices and Win32_System_Threading of windows-sys
Affects
strategy::DynamicLinkLibrary… - T1055_002 full?
-
T1055.002: Portable Executable Injection
Enables Win32_Security, Win32_System_Diagnostics_Debug, Win32_System_LibraryLoader, Win32_System_Memory, Win32_System_SystemInformation, Win32_System_SystemServices and Win32_System_Threading of windows-sys
Affects
strategy::PortableExecutable… - T1055_003 default full?
-
T1055.004: Thread Execution Hijacking
Enables Win32_System_Diagnostics_Debug, Win32_System_Diagnostics_ToolHelp, Win32_System_Kernel, Win32_System_Memory and Win32_System_Threading of windows-sys
Affects
strategy::ThreadExecutionHijacking… - T1055_004 full?
-
T1055.004: Asynchronous Procedure Call
Enables Win32_System_Diagnostics_Debug, Win32_System_Diagnostics_ToolHelp, Win32_System_Memory and Win32_System_Threading of windows-sys
Affects
strategy::AsynchronousProcedureCall… - T1055_005 full?
-
Affects
strategy::ThreadLocalStorage… - T1055_008 full?
-
Affects
strategy::PtraceSystemCalls… - T1055_009 full?
-
Affects
strategy::ProcMemory… - T1055_011 full?
-
Affects
strategy::ExtraWindowMemoryInjection… - T1055_012 full?
-
T1055.012: Process Hollowing
Enables Wdk_System_Memory, Wdk_System_Threading, Win32_Security, Win32_System_Diagnostics_Debug, Win32_System_Kernel, Win32_System_LibraryLoader, Win32_System_Memory, Win32_System_SystemInformation, Win32_System_SystemServices and Win32_System_Threading of windows-sys
Affects
strategy::ProcessHollowing… - T1055_013 full?
-
Affects
strategy::ProcessDoppelgänging… - T1055_014 full?
-
Affects
strategy::VDSOHijacking… - T1055_015 full?
-
Affects
strategy::ListPlanting…