tiny_tracer
tiny_tracer copied to clipboard
Is there a way to track created processes?
My sample calls CreateProcessInternalW to create a new process, is there a way track it without attaching a debugger or hooking the function?
Sorry but currently TinyTracer does not provide following children processes. However, as far as I know Pin gives such option, so I will check if I can add it.
Thank you. I was able to run the child process on its own but it requires specific arguments. Is there a way to maybe pass arguments to tiny tracer?
I was able to run the child process on its own but it requires specific arguments. Is there a way to maybe pass arguments to tiny tracer?
Yes. You just need to add the parameter in the run_me.bat
, just after the "%TARGET_APP%"
https://github.com/hasherezade/tiny_tracer/blob/a38128de2aba8996ce84cc394370ded5987700bb/install32_64/run_me.bat#L79
Awesome. Thank you