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

Qt Code:
  1. fuzz_target ‘mydll?!myfunc-myclass’
To copy to clipboard, switch view to plain text mode 

Regards,