How can I get a minidump of the running application using DynamoRIO API?
--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-use...@googlegroups.com.
To post to this group, send email to dynamor...@googlegroups.com.
Visit this group at https://groups.google.com/group/dynamorio-users.
For more options, visit https://groups.google.com/d/optout.
In your own format? Call dr_suspend_all_other_threads() and then walk memory using dr_query_memory_ex() and dump it to a file.