Hi does anyone know how to get app params after "--"? So for example if I have something like:
pin -t MyTool -- somebinary input
How do I get the string "somebinary input" in MyTool. I checked the documentation but there doesn't seem to be anything I can use, or maybe I've overlooked something? Thanks.
I use the API KNOB_BASE::StringLongAll() to print all, but I didn't find the command params after "--"