DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.63k stars 557 forks source link

i#3544 RV64: Refine opnd_replace_reg #6804

Closed ksco closed 4 months ago

ksco commented 4 months ago

For now, we only support base+disp on RISC-V, there is no other way of addressing in the standard ISA extensions. This code path is executed by running bin64/drrun gcc-13 hello.c.

Issue: #3544