Question:
How to pass arguments(like __argv_string[]) from command line in CCES runner
Answer:
You cannot pass any arguments to the application, but you can read / write to the target’s memory using a data file.
You can refer CCES Runner User’s Guide > Advanced Usage > Loading/saving files to memory in the CCES Help.
If you want to “pass arguments to main”, you can set a breakpoint at main using the “--breakpoint” option and use the “--datafile” option to load your values into memory, which you can then read from within your main function.