mxz297 / dyninst

DyninstAPI: Tools for binary instrumentation, analysis, and modification.
http://www.dyninst.org
GNU Lesser General Public License v2.1
2 stars 4 forks source link

Need support for instrumentation #10

Open ManojKumarChauhan opened 3 years ago

ManojKumarChauhan commented 3 years ago

codeCoverage22.zip From the attached application, If I instrument any method then the application will crash immediately.

to reproduce the issue perform following steps

  1. launch qorappl ./qorappl
  2. launch codecoverage ./codeCoverage qorappl
  3. Once the instrumentation is done , type following wget http://localhost:7000/

The application will crash immediately

qorappl.zip