Apr4h / CobaltStrikeScan

Scan files or process memory for CobaltStrike beacons and parse their configuration
MIT License
893 stars 114 forks source link

运行报错 #4

Closed DRR-ZJM closed 3 years ago

DRR-ZJM commented 3 years ago

未经处理的异常: System.MissingMethodException: 找不到方法:“Boolean System.Console.get_IsOutputRedirected()”。

Server stack trace: 在 CommandLine.ParserSettings.GetWindowWidth() 在 CommandLine.Parser.<>c.<.cctor>b__20_0() 在 System.Lazy`1.CreateValue()

Exception rethrown at [0]: 在 CommandLine.ParserSettings.GetWindowWidth() 在 CommandLine.Parser.<>c.<.cctor>b__20_0() 在 System.Lazy1.CreateValue() 在 System.Lazy1.LazyInitValue() 在 ConsoleUI.Program.Main(String[] args)

Apr4h commented 3 years ago

Hi, Sorry I don't speak Chinese but even after using Google Translate, I still need some more information to understand how this exception occurred. Can you provide some more context? Were you trying to use Chinese characters as arguments to the program? Did a particular command-line option trigger this exception?

Apr4h commented 3 years ago

Closing this issue because: