Ghidra Decompiler Analysis Engine
|
Public Member Functions | |
ExprTree (VarnodeTpl *vn) | |
ExprTree (OpTpl *op) | |
void | setOutput (VarnodeTpl *newout) |
VarnodeTpl * | getOut (void) |
const ConstTpl & | getSize (void) const |
Static Public Member Functions | |
static vector< OpTpl * > * | appendParams (OpTpl *op, vector< ExprTree * > *param) |
static vector< OpTpl * > * | toVector (ExprTree *expr) |
Friends | |
class | PcodeCompile |