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

Disparate char type

Open emesare opened this issue 1 year ago • 0 comments

We do not have an actual char type, it is merely the textual representation of the int8_t type.

If you for example wanted to propagate the character constant display type to all constants of type char (aliased to int8_t) you would unknowingly make all non-char int8_t constants that display type.

emesare avatar May 02 '24 20:05 emesare