BinaryAnalysisPlatform / bap-bindings

C Bindings to BAP
MIT License
15 stars 9 forks source link

Export ITE condition expression via the `exp` function #4

Closed maurer closed 7 years ago

maurer commented 7 years ago

Previously, while the true and false branches of ITE expressions were exposed via the lhs and rhs functions, the actual condition was exposed nowhere. This PR exposes it through the exp function.

ivg commented 7 years ago

Oh, my fault :) Thanks!