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

Indicator for wide strings in decompiler output

Open op2786 opened this issue 3 years ago • 0 comments

I think decompiler should indicate a sign about string assignations according to string type.

wide_indicator

In this example "mytestname1234567" is actually a wide string. But I cannot directly understand it from decompiler output. When I hover on it, I can understand it is a wide string from hexdump. Putting a simple L prefix before string could make things better.

op2786 avatar Jul 20 '22 07:07 op2786