DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.59k stars 552 forks source link

Add aliases to drmemtrace launching: "-t drmemtrace" and "-tool" #6660

Closed derekbruening closed 2 months ago

derekbruening commented 5 months ago

Today all drmemtrace analysis tools are launched with a front-end named "drcachesim" and with a tool selector named "-simulator_type". Those names can be misleading. We should add aliases and update the docs so the invocation changes from:

bin64/drrun -t drcachesim -simulator_type reuse_distance ...

to:

bin64/drrun -t drmemtrace -tool reuse_distance ...
derekbruening commented 2 months ago

Note that we decided to not go as far as renaming directories or files.