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 copy TritonContext? #1254

Closed alazymechnaic closed 11 months ago

alazymechnaic commented 1 year ago

I want to save the state of the TritonContext at a certain time, but the deepcopy function doesn't work, I wonder if there is a solution

SweetVishnya commented 1 year ago

Seems to be a duplicate of #532 that is not implemented.

JonathanSalwan commented 11 months ago

Yep it's not implemented yet. Dupe of #532