JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.4k stars 524 forks source link

How to combine two types of node at the end in Triton? #1226

Closed Nitr0-G closed 1 year ago

Nitr0-G commented 1 year ago

Hi. For example, we have rsp(PUSH) and rax(SUB), we need them to be together in one piece at the end https://ibb.co/ZHmBTjH I didn't see anyone like unroll for expressions, and also I didn't see something like Context.getAllNodeTree();

How can I do this?