binaryninja-api
binaryninja-api copied to clipboard
Char pointer array type parses incorrectly without a variable name
Version and Platform (required):
- Binary Ninja Version: 3.1.3626-dev
Bug Description:
Typing global data as a char *[2] turns into a char * (&foo)[2]
Steps To Reproduce:

Expected Behavior: Should define a char pointer array without changing the name from whatever it was.