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

Char pointer array type parses incorrectly without a variable name

Open nshp opened this issue 3 years ago • 0 comments

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: https://cyberjes.us/charr.gif

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

nshp avatar Aug 15 '22 21:08 nshp