hasherezade/tiny_tracer

Specifying target arguments when using tiny_tracer.sh on Linux?

Closed this issue · 1 comments

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>

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.