hasherezade / tiny_tracer

A Pin Tool for tracing API calls etc
1.25k stars 138 forks source link

Specifying target arguments when using tiny_tracer.sh on Linux? #37

Closed nicolaipre closed 1 year ago

nicolaipre commented 1 year ago

I decided I wanted to try out Tiny Tracer on Linux and it worked very well with some of the binaries I tested with.

However, I was just wondering if it is possible to run a target binary with target arguments?

I.e: ./tiny_runner.sh <target binary> <target binary args>

nicolaipre commented 1 year ago

Just realized I can do this by editing the tiny_runner.sh script and add args to EXE_ARGS=..., so I'll close the issue.