Lucidator is a cross-platform .NET Core command line tool that allows easy recovery of the symbols in obfuscated stack traces. This is useful, for example, when an error report contains a stack trace from an obfuscated application.
You can use Lucidator and a Dotfuscator map file on Windows, macOS, or Linux to see the original function names in the stack trace to locate the error.
Lucidator is privately distributed by PreEmptive as a NuGet package.
Installation is similar to the Dotfuscator NuGet Package:
- Using the command line:
nuget install PreEmptive.Protection.Lucidator - Unzipping the
nupkgfile, either by renaming it to azipfile or using an external archive tool.
The package installation includes the application and convenience scripts in the tools/programdir subdirectory. Usage instructions are available in a README file contained in the package.