So we had one old dll at our server, which was made by us, and source code was lost long ago, i tryed to debug .dll file (was made by one of our programmers) and the decompiled code was a bit protected so in some classes variables are like this:
private static List<string> \u0023\u003DqiItWZoAhR0uPggAduB3lPA\u003D\u003D = new List<string>();
So is there any way we can recover this variable names so at least we get some info on how thing is working ?