This is a migrated thread and some comments may be shown as answers.

Obfuscated file debug

1 Answer 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 25 Apr 2014, 01:57 PM
Hi,

I have a obfuscated assembly (console app) with (pdb) debug file, I want to debug this assembly in VS IDE, How can debug with JustCode ?

1 Answer, 1 is accepted

Sort by
0
Svetlozar
Telerik team
answered on 30 Apr 2014, 07:00 AM
Hello,

You need to "Decompile for debugging" the assembly.

http://blogs.telerik.com/skimedic/posts/13-06-17/debug-decompiled-code-with-justcode
http://www.telerik.com/help/justcode/decompile-for-debugging.html

I recommend using the Assembly Browuser Window (JustCode Menu - Windows - Show Assembly Browser Window). If you have a reference to that assembly it will be in that list. If you don't have one, you can add an assembly from the second command in the toolbox. Then right click on the assembly and choose Decompile. This will decompile the assembly and will generate a new pdb file matching the newly generated source. Then just wait for the JustCode analysis to get refreshed and you will be able to navigate to the decompiled source (Go to navigation, Go To Type, etc) and put a breakpoint.

If you need further assistance, please don't hesitate to write back!

Regards,
Svetlozar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Svetlozar
Telerik team
Share this question
or