MCPcopy Create free account
hub / github.com/antonioCoco/RogueWinRM / usage

Function usage

RogueWinRM.cpp:39–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37void startListener(LPVOID threadParameters);
38
39void usage()
40{
41 printf("\nRogueWinRM \n\n");
42
43 printf("Mandatory args: \n"
44 "-p <program>: program to launch\n"
45 );
46 printf("\nOptional args: \n"
47 "-a <argument>: command line argument to pass to program (default NULL)\n"
48 "-l <port>: listening port (default 5985 WinRM)\n"
49 "-d : Enable Debugging output\n"
50 );
51}
52
53int wmain(int argc, wchar_t** argv)
54{

Callers 1

wmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected