Closed huornlmj closed 3 years ago
Command: checksec --proc=1234
Result: Error: Please provide a valid process name.
Command: checksec --proc=process-name
Does the --proc switch actually connect to a running process, or if not where is it documented?
I am putting up a fix for this. It supports filenames such as --proc=bash but it will also support a pid once the fix is merged
Command: checksec --proc=1234
Result: Error: Please provide a valid process name.
Command: checksec --proc=process-name
Result: Error: Please provide a valid process name.
Does the --proc switch actually connect to a running process, or if not where is it documented?