search for: mcinsranalysi

Displaying 1 result from an estimated 1 matches for "mcinsranalysi".

Did you mean: mcinsranalysis
2012 Mar 08
0
[LLVMdev] MCInsrAnalysis extansion
Hello, I'm using the MCInsrAnalysis and would like to extend it to have methods like: * bool mayWritePC(MCInstr * Instr); returns true if Inst might write to the PC, i.e. might change the program flow * uint64_t evaluateLoadAddress(MCInstr * Instr, uint64_t Addr, uint64_t Size); returns the address that Instr...