Note: This now works with Reflector 5.x
If you develop plugins, you're familiar with the "encrypted" strings that Reflector shows you when walking through decompiled toolset code.
Whenever you copy a string to the clipboard, this little tool snatches it up and attempts to convert it to a decrypted string. For example, if you double-click on the unprintable characters that appear inside of quotes within Reflector (see screenshot) it will automatically display the translated text.
This is a .net application written in C#; both source and executable are included.
|