Can I call dr_app_setup_and_start in a signal handler ?
1 view
Skip to first unread message
吕志宏
unread,
11:28 AM (9 hours ago) 11:28 AM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DynamoRIO Users
I want to perform tracing at a certain stage during application execution. Is it possible to call `dr_app_setup_and_start` by sending a signal? Or is there a better alternative?
Kai Luk
unread,
12:09 PM (8 hours ago) 12:09 PM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DynamoRIO Users
Could you modify the application?
> If the application can be modified, it can be linked with the \p drmemtrace tracer and use DynamoRIO's start/stop API routines dr_app_setup_and_start() and dr_app_stop_and_cleanup() to delimit the desired trace region.