| Author |
Message |
CSXPJC
Joined: 27 Aug 2010 Posts: 4
|
Posted: Thu Sep 16, 2010 9:16 am Post subject: Symbol server for obfuscated applications |
|
|
I am in the process of setting up a symbol and source server for my project. Setting these up is pretty straight forward, but I'm unclear whether obfuscation will impact the use of this facility.
My build performs the following actions:
1. Build application
2. Index PDBs with source using Windows Debugging Tools scripts
3. Archive PDBs to the symbol server using symstore commands
At what point do you suggest I perform obfuscation (with PDB generation turned on)? Does the obfuscation have any effect on how the symbol server and source indexing works?[/list] |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6369 Location: Red Gate Software
|
Posted: Fri Sep 17, 2010 1:25 pm Post subject: |
|
|
Hi Paul,
A SmartAssembly build gives you the option to "generate debugging information" so you can get a PDB that corresponds to your protected build. You should be able to put this build in a symbol server using symstore.exe, but of course, this corresponds to the protected assembly, so you would still need to decode any stack traces you get from customers by using SmartAssembly.
The PDB produced by SmartAssembly preserves the original document names unless you set the "obfuscate document URLs" option, so I suppose the PDB would still be a great help if you want to set breakpoints in a live debugging session. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group