DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 551 forks source link

instrace_simple's operand #6723

Closed 2020270127 closed 3 months ago

2020270127 commented 3 months ago

A clear and concise description of what the problem is. E.g., "I'm always frustrated when [...]" with api/sample, instrace.simple.c, we can get target process's opcodes. however, we can't get operand with this code. Is it possible to get opcode's src, dst with struct "ins_ref_t"?

2020270127 commented 3 months ago

i found dynamo's api "disassemble()" :)

derekbruening commented 3 months ago

Please use the users list https://groups.google.com/forum/#!forum/DynamoRIO-Users for questions, as it will reach a wider audience of people who might have an answer, and it will reach other users who may find the information beneficial. The issue tracker is for specific detailed bugs. If you are not sure it's a bug, please start by asking on the users list.