-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to track created processes? #11
Comments
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. |
Yes. You just need to add the parameter in the tiny_tracer/install32_64/run_me.bat Line 79 in a38128d
|
Awesome. Thank you |
hey @hasherezade , hope you are fine! I made a small modification to add the possibility (controlled by an option in .INI file) to follow subprocesses. |
hi @cecio ! Sure, I am interested, let's discuss it further! Feel free to open a pull request, or a thread in https://github.com/hasherezade/tiny_tracer/discussions. |
My sample calls CreateProcessInternalW to create a new process, is there a way track it without attaching a debugger or hooking the function?
The text was updated successfully, but these errors were encountered: