Mathias Berchtold
Mathias Berchtold
``` constexpr auto Pattern1 = ctll::fixed_string{ LR"(^([\-dlsDLS][\-rwxstlRWXSTL]{9}[+]?)\s*(\d+)?\s+(\S+)?\s+(.*?)?\s+(\d+|\d+\.\d+\S)\s+([A-Za-z][a-z][a-z])\s+(\d{1,2})\s+((\d{4,4})|(\d{1,2})[:\.](\d{2,2}))\s)" }; const wchar_t begin[]{L"drwxr-xr-x 2 1544 1544 4096 Mar 12 2013 .ftpcontrol"}; const auto end = begin + std::wcslen(begin); const auto results =...
Thank you :-)
I was wondering if there will be any updates as this is still broken in the latest commit.
Detours offers ARM64 support: https://github.com/microsoft/Detours
Thank you for looking into it. Unfortunately, I can no longer reproduce it either. It only happened the first time I used CPT. There were no v141 projects in the...
I'm no longer seeing the error, but I'm not sure if I get the updated error message instead (there are too many). Thank you.
I believe this feature is also important for "config" file designs where the config file looks like this: ```
C++17 is required for constexpr if.
It cannot work on 32-bit because go's int is 32-bit. On 64-bit the size of the int is 64-bit: Reference: http://golang.org/ref/spec#Numeric_types Conclusion: int needs to be replaced with uint64. The...
Have you actually started the service and verified that it's running? `sc start Manticore`