De-obfuscate Stack Traces
To de-obfuscate stack traces, please follow the steps outlined below:
- Make sure you have a copy of the stack trace / exception details in the clipboard.
- In CodeFort, open up the ".codefort" project file that you used to protect the assembly.
- Go to the Exceptions tab, and then on the Decode Stack Trace page, click Paste from Clipboard.
- Your Stack Trace should now be decoded.
Sometimes this process does not work, and the stack trace still looks like this:
at ___codefort. . (String )
at ___codefort.
. ( )
at ___codefort.
.
()
at ___codefort.
.
(Boolean )
- Please make sure that the stack trace starts with the exception class and message, and that each line starts with spaces, followed by "at " and then the identifiers. Like this example:
System.NotImplementedException: (Exception message here)
at ___codefort.blabla()
at ___codefort.blabla()
at ___codefort.blabla()
at ___codefort.blabla()
at ___codefort.blabla()
Add comment

User Comments