################################################################################ # # By choice, Miasm2 does not handle comparison as a single operation, but with # operations corresponding to comparison computation. # One may want to detect those comparison; this library is designed to add them # in Miasm2 engine thanks to : # - Conditions computation in ExprOp # - Simplifications to catch known condition forms # # Conditions currently supported : #