Hi,
it seems the 2.0 Version does not compile anymore into a single executable but compiles into and requires some DLLs. E.g. CommandLine.dll (at least with my VS 2022 setup). Is this intended behavior? If yes, is it possible to compile it into a single executable with the target .NET version? Using Certify through a C2 agent this way would be way easier. Publishing the project does not seem to make a difference.
PS > .\Certify.exe
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'CommandLine, Version=2.9.1.0, Culture=neutral, PublicKeyToken=5a870481e358d379' or one of its dependencies. The system cannot find the file specified.
at Certify.Program.Main(String[] args)
Hi,
it seems the 2.0 Version does not compile anymore into a single executable but compiles into and requires some DLLs. E.g. CommandLine.dll (at least with my VS 2022 setup). Is this intended behavior? If yes, is it possible to compile it into a single executable with the target .NET version? Using Certify through a C2 agent this way would be way easier. Publishing the project does not seem to make a difference.