binaryninja-api
binaryninja-api copied to clipboard
Int(), Bytes, etc on Const and ConstPtr expressions
Right now you need to do int or bytes on value.value when something is a Const or ConstPtr or Float or ConstData, etc. We can easily add handlers in the Python API for this to make it even easier to work with.