Closed hyvealtushka closed 2 years ago
The tracer takes a point of reference as to where to read the value at, since you specify block begin, this results in rax#1337, aka value at the beginning of the routine.
Give block->end() a try. Feel free to reopen if that does not solve it.
For example, I have this block, how do I correctly generate an expression for reg_ax
I tried using the tracer like this, but to no avail. Regardless of whether I use tracer or not, I get the result "rax#0x1337", the same will happen without tracing if I just use
variable.to_expression()