binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Int(), Bytes, etc on Const and ConstPtr expressions

Open psifertex opened this issue 1 year ago • 0 comments

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.

psifertex avatar Jun 30 '24 18:06 psifertex