mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Added support for bitwise integer pcode operations #41

Closed mnemonikr closed 1 year ago

mnemonikr commented 1 year ago

This adds support for INT_OR, INT_XOR, and INT_NEGATE. Also adds tests for INT_AND.