| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
i#5368: Replace disrespectful terms "master" and "slave" (#5378) i#5368: Replace disrespectful terms "master" and "slave" Replaces "master" and "slave" with "main" (or "manager") and "worker" respectively where possible. Also renames files containing these terms with the corresponding inclusive terms. Fixes #5368 | 4 年前 | |
| 5 年前 | ||
i#5118: Restore drreg app values at annotation (#5119) Exports the DR_NOTE_ANNOTATION label identifier and has drreg look for it to treat an annotation label as a read of all register values. Augments the annotation-detection full-decode tests to use drreg to clobber all annotation parameter registers. This causes test failure without the drreg fix added here. Also tested on Dr. Memory's 32-bit mmap test (with a near-identical check in Dr. Memory's register spill code to what is here for drreg), which fails without this fix. Fixes #5118 | 4 年前 | |
i#4678: a new meta-instrumentation phase in drmgr (#5059) Introduces a new fifth instrumentation phase in drmgr (called meta-instrumentation) that executes after the insertion of instrumentation and instrumentation optimizations. Its primary purpose is to enable debugging of instrumentation sequences and detection of instrumentation-induced bugs. Issue: #4678 | 4 年前 | |
i#4678: a new meta-instrumentation phase in drmgr (#5059) Introduces a new fifth instrumentation phase in drmgr (called meta-instrumentation) that executes after the insertion of instrumentation and instrumentation optimizations. Its primary purpose is to enable debugging of instrumentation sequences and detection of instrumentation-induced bugs. Issue: #4678 | 4 年前 | |
i4134: Add a pre duplication callback (#4307) Enhances drmgr with the support for a new callback to be internally registered by drbbdup. Such callbacks are triggered prior to the duplication process, giving the opportunity for drbbdup users to make any changes/analysis to the basic block before copy generation. Issue: #4134 | 5 年前 |
The drmgr DynamoRIO Extension provides a mediator for combining and coordinating multiple instrumentation passes.