Triton: example python script failed with latest Triton version

I installed current Triton version with newest version of capstone, z3 and libboost1.72, Triton can be installed successfully, but When I tried to run the example code provided by Triton itself, for example, backward_slicing.py, symbolic_emulation_1.py, it will cause Segmentation fault.

I debug the script and I found the failure came from ctx.processing(inst), maybe there are some code broken?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 22 (11 by maintainers)

Most upvoted comments

Same problem here, I’m starting to investigate