I cant find any solution to the aforementioned problem, even thought i searched in the opened/closed issues of Dynamorio GITHUB history
* Platform: Windows 10 ( update 1503+ ) - 64bits - RAM: 16G.

--
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.




| * to RtlFreeHeap and subsequent heap corruption by redirecting the frees, |
| * since sometimes creation is by direct RtlAllocateHeap. |
| */ |
| { "RtlFreeUnicodeString", (app_pc)redirect_RtlFreeUnicodeString }, |
| { "RtlFreeAnsiString", (app_pc)redirect_RtlFreeAnsiString }, |
| /* We don't redirect the creation but we avoid DR pointers being passed I have begun replacing memory freeing functions as well in my client dll, but I now have on Windows 10 Family version 1803 (OS version 17134.285): - "0xC0000005: Access violation reading location 0x0000000000000058" in "> - in: dynamorio.dll!fixup_last_cti(_dcontext_t * dcontext=0x00007ff6d5bc2370, _instr_list_t * trace=0x00007ff6d5bc2380, unsigned char * next_tag=0x00007ffd2ff04c18, unsigned int next_flags=33556016, unsigned int trace_flags=16777220, _fragment_t * prev_f=0x0000000000000000, _linkstub_t * prev_l=0x0000000000000000, char record_translation='\0', unsigned int * num_exits_deleted=0x00007ff6d5bbee90, _instr_t * start_instr=0x0000000000000000, _instr_t * end_instr=0x0000000000000000) Line 6260 C" |