Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T1117 - executors #2 [Error : AllTheThingsx86.dll not found] #864

Closed
ravelim opened this issue Mar 8, 2020 · 1 comment
Closed

T1117 - executors #2 [Error : AllTheThingsx86.dll not found] #864

ravelim opened this issue Mar 8, 2020 · 1 comment

Comments

@ravelim
Copy link

ravelim commented Mar 8, 2020

Hi,

I have attempted to launch T1117 : executors #2 and encountered the following error message.

Output: Microsoft Windows [Version 10.0.17763.379]
(c) 2018 Microsoft Corporation. All rights reserved."IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (C:\Windows\syswow64\regsvr32.exe /s C:\Users\IEUser\atomic-red-team\atomics\T1117..\T1117\bin\AllTheThingsx86.dll) ELSE ( regsvr32.exe /s C:\Users\IEUser\atomic-red-team\atomics\T1117..\T1117\bin\AllTheThingsx86.dll )"
The system cannot find the path specified.

Did a manual compile of .cs file and not successful

`C:\Users\IEUser>C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /target:library /out:#{filename} C:\Users\IEUser\atomic-red-team\atomics\T1117\src\AllTheThings.cs
Microsoft (R) Visual C# Compiler version 4.8.3761.0
for C# 5
Copyright (C) Microsoft Corporation. All rights reserved.

This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240

atomic-red-team\atomics\T1117\src\AllTheThings.cs(7,7): error CS0246: The type or namespace name
'RGiesecke' could not be found (are you missing a using directive or an assembly
reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(145,6): error CS0246: The type or namespace
name 'DllExport' could not be found (are you missing a using directive or an assembly
reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(145,6): error CS0246: The type or namespace
name 'DllExportAttribute' could not be found (are you missing a using directive or an
assembly reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(151,6): error CS0246: The type or namespace
name 'DllExport' could not be found (are you missing a using directive or an assembly
reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(151,6): error CS0246: The type or namespace
name 'DllExportAttribute' could not be found (are you missing a using directive or an
assembly reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(158,6): error CS0246: The type or namespace
name 'DllExport' could not be found (are you missing a using directive or an assembly
reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(158,6): error CS0246: The type or namespace
name 'DllExportAttribute' could not be found (are you missing a using directive or an
assembly reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(165,6): error CS0246: The type or namespace
name 'DllExport' could not be found (are you missing a using directive or an assembly
reference?)
atomic-red-team\atomics\T1117\src\AllTheThings.cs(165,6): error CS0246: The type or namespace
name 'DllExportAttribute' could not be found (are you missing a using directive or an
assembly reference?)`

@ravelim ravelim changed the title T1117 - executors T1117 - executors #2 [Error : AllTheThingsx86.dll not found] Mar 8, 2020
@clr2of8
Copy link
Collaborator

clr2of8 commented Mar 16, 2020

DLL's added in PR #885

@clr2of8 clr2of8 closed this as completed Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants