diff --git a/atomics/T1117/T1117.yaml b/atomics/T1117/T1117.yaml index 1e2b563640..e6b4ee6ac8 100644 --- a/atomics/T1117/T1117.yaml +++ b/atomics/T1117/T1117.yaml @@ -70,4 +70,4 @@ atomic_tests: name: command_prompt elevation_required: false command: | - "IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (C:\Windows\syswow64\regsvr32.exe /s #{dll_name}) ELSE ( regsvr32.exe /s #{dll_name} )" + IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (C:\Windows\syswow64\regsvr32.exe /s #{dll_name}) ELSE ( regsvr32.exe /s #{dll_name} ) diff --git a/atomics/T1117/bin/AllTheThingsx64.dll b/atomics/T1117/bin/AllTheThingsx64.dll new file mode 100644 index 0000000000..104da81bca Binary files /dev/null and b/atomics/T1117/bin/AllTheThingsx64.dll differ diff --git a/atomics/T1117/bin/AllTheThingsx86.dll b/atomics/T1117/bin/AllTheThingsx86.dll new file mode 100644 index 0000000000..f6764f3cc8 Binary files /dev/null and b/atomics/T1117/bin/AllTheThingsx86.dll differ