ProcCmdLine
ProcCmdLine copied to clipboard
A native Windows x86/x64 library to retrieve a command line from a process ID
In the 32-bit application environment, the application cannot obtain the command line parameters of the 64-bit process, and it prompts that the PEB address is empty
Although `ManagedProcessCommandLine` is only one class, It might be good to create a Nuget package of it to make things cleaner and we get new updates to it.
public static string[] CommandLineToArgs(string commandLine)
Hi, thank you for providing the tool. Can you please set the return value to the command line length? It would be much easier to read the content.