PDA

View Full Version : Using dr memory to debug c++ .dll



RegMe
3rd May 2020, 04:52
Hi guys,

I want to analyse a c++ .dll using dr memory (memory leak), just for a specific function in dll

I found in the doc, that I can use fuzz argument to analyse .dll or .so

I got always errors, I ask if someone already has tested this method


fuzz_target ‘mydll?!myfunc-myclass’

Regards,

ChrisW67
4th May 2020, 08:10
Nothing to do with Qt.

You certainly need to specified the C++ mangled name of the method you are trying to target on Linux/UNIX. You may need it if you built with MingW on Windows.
Perhaps you should ask on the Dr. Memory discussion group (https://groups.google.com/forum/#!forum/DrMemory-Users) for more details.