Closed 0ca closed 4 years ago
If the symbolic engine is disabled then the semantics for the instruction are deleted: https://github.com/JonathanSalwan/Triton/blob/dev-v0.9/src/libtriton/arch/irBuilder.cpp#L150
So maybe we can not get that information if only the taint engine is enabled?
Try now
It works!
Not sure if the problem is with Triton 0.9-dev or something we change in the code.
This line returns an empty list even when it shoudn't https://github.com/illera88/Ponce/blob/v0.3/src/utils.cpp#L564