You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can't find ProjectManager.exe
I am using OS version: Windows 10 19044.1826, Visual Studio Version:
Microsoft Visual Studio Community 2022 version 17.2.4
VisualStudio.17.Release/17.2.4+32602.215
Microsoft .NET Framework version 4.8.04084
Visual C++ 2022 00482-90000-00000-AA613
In Windows the binary could be present in Rubeus/RubeusCore/ProjectManager/Debug
depending upon the build mode set in VS, in case you decide to build your own
And I have built the project as following:
17964@DESKTOP-989FAPM MINGW64 ~/Desktop/Rubeus-3
$ cmake .
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
-- The C compiler identification is MSVC 19.32.31329.0
-- The CXX compiler identification is MSVC 19.32.31329.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Custom build detected
-- Found OpenGL: opengl32
-- Windows Platform detected
-- DLLs have been written to target build directory
-- Configuring done
-- Generating done
But there is no exe files in this folder: Rubeus/RubeusCore/ProjectManager/Debug
The text was updated successfully, but these errors were encountered:
Hi, I can't find ProjectManager.exe
I am using
OS version: Windows 10 19044.1826,
Visual Studio Version:
Microsoft Visual Studio Community 2022 version 17.2.4
VisualStudio.17.Release/17.2.4+32602.215
Microsoft .NET Framework version 4.8.04084
Visual C++ 2022 00482-90000-00000-AA613
I followed the setting up instruction as the following article:
Setting up for Windows
And I have built the project as following:
But there is no exe files in this folder: Rubeus/RubeusCore/ProjectManager/Debug
The text was updated successfully, but these errors were encountered: