binaryninja-api
binaryninja-api copied to clipboard
Indicator for wide strings in decompiler output
I think decompiler should indicate a sign about string assignations according to string type.
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.