Core Dump (Minidump)

74 views
Skip to first unread message

Burak ŞAHİN

unread,
Jan 22, 2019, 5:43:30 AM1/22/19
to DynamoRIO Users
How can I get a minidump of the running application using DynamoRIO API?

Derek Bruening

unread,
Jan 22, 2019, 1:15:22 PM1/22/19
to dynamor...@googlegroups.com
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.

On Tue, Jan 22, 2019 at 5:43 AM Burak ŞAHİN <buraks...@gmail.com> wrote:
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.

Burak ŞAHİN

unread,
Jan 22, 2019, 4:03:36 PM1/22/19
to DynamoRIO Users
Thanks to quick response. that could work for me. 

22 Ocak 2019 Salı 13:15:22 UTC-5 tarihinde Derek Bruening yazdı:

Burak ŞAHİN

unread,
Jan 30, 2019, 3:48:51 AM1/30/19
to DynamoRIO Users
Is there a way to retrieve the mmap for the application? When I used dr_qery_memory_ex(current_pc, info), I get the code section base and the size. I want to be able to get the sections with write permission such as heap, stack etc. etc.


22 Ocak 2019 Salı 13:15:22 UTC-5 tarihinde Derek Bruening yazdı:
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.
Reply all
Reply to author
Forward
0 new messages