In java I have the following String:
\ud55c\u0022\u0325\u0333\u033a\u0356\u0325\u035a\u0325\u035a...
Well actually in the code it goes on for way longer, but this is because it is obfuscated. I wonder if it is possible to recover such strings. I tried UTF, ASCII, ISO encodings but they all give invalid strings. I am trying to make a plugin for a program using bytecode manipulation. All the annotations appear like tremendously large String as shown above however.