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.39k stars 524 forks source link

How to complement condition instruction. #1327

Closed yujack008 closed 1 month ago

yujack008 commented 1 month ago

i want to change B.NE instruction to other branch.

and which api to judge a instruction is condition instruction?

and how to get condition instruction target address?

JonathanSalwan commented 1 month ago

and which api to judge a instruction is condition instruction?

and how to get condition instruction target address?

https://triton-library.github.io/documentation/doxygen/py_PathConstraint_page.html