Heiner Litz
Heiner Litz
Thanks! What does xed3_operand_get_brdisp_width() precisely do? What is a displacement width? I assume I could also iterate over the operands and check whether one is of type XED_OPERAND_RELBR? How can...
what if I have the full target address encoded as immediate? There should be no displacement but it is still a direct branch. Or do all branches with an immediate...
I thought that direct far jumps can jump to an address encoded as an immediate operand and do not use displacement. (e.g. opcode "EA cd")
I am having the same problem, very easy to reproduce
there is no easy way. You have to extract it in the decoder using a PIN API, then add it to the ld/st uop, then feed it to filter_cache->load() and...
RTM gives you INS_Address(ins) On Wed, Jan 17, 2018 at 2:36 PM, Mohammad Bakhshalipour < [email protected]> wrote: > Reopened #187 . > > — > You are receiving this because...
check out our memtrace fork: https://github.com/stanford-mast/zsim/tree/memtrace On Fri, Mar 22, 2019 at 7:20 AM Taya wrote: > Hi guys! > I was wondering whether Zsim could not be driven by...
No, check out the git log we completely rewrote the frontend. Our changes are relatively self contained so you might be able to revise your changes on top of ours...
why don't you try to fix the path so it points to the correct location of analyzer.cpp?
Maybe the memtrace API changed. Fix it or try to revert to an older version of memtrace. On Fri, Mar 29, 2019, 7:55 PM Taya wrote: > why don't you...