<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/debugdir/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/debugdir/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Dec 2011 11:41:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/debugdir/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Vaibhav Gaikwad</title><link>https://sourceforge.net/p/debugdir/home/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -6,3 +6,10 @@
 For those who don’t have an idea about what I am talking about, here is a quick introduction. The dll/exe files which are build by Visual Studio contains the Win32 PE header information, and this is true for all the dll and exe on Win32 platforms. Read about it at (http://en.wikipedia.org/wiki/Portable_Executable)
 
 To check the headers in your dll/exe files you can use the dumpbin tool.
+
+So you can see the full path of the PDB file is embedded inside the DLL file, which is the point of concern as you might not want to expose private information in your releases. Fortunately this can be avoided by using the linker argument “/PDBALTPATH:%_PDB%” which just embeds the filename of PDB instead of full path. Unfortunately, this is true only for VC/C++ and there is no way to use this method when you are building C# assemblies. 
+
+Reference:
+http://www.debuginfo.com/examples/debugdir.html
+
+I used the code provided in above article and tweaked it to make it more user friendly. My code is variant of DebugDir.cpp written by  Oleg Starodumov.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Gaikwad</dc:creator><pubDate>Mon, 12 Dec 2011 11:41:06 -0000</pubDate><guid>https://sourceforge.net081d4c37f175a6bbd615d62d2888321c2a9854af</guid></item><item><title>WikiPage Home modified by Vaibhav Gaikwad</title><link>https://sourceforge.net/p/debugdir/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,8 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/debugdir/home/markdown_syntax/) syntax.
+[[project_admins]]
+[[download_button]]
+
+I came across a challenge last week, wherein I was asked to remove the path information from the dll files which were build inside my project. 
+
+For those who don’t have an idea about what I am talking about, here is a quick introduction. The dll/exe files which are build by Visual Studio contains the Win32 PE header information, and this is true for all the dll and exe on Win32 platforms. Read about it at (http://en.wikipedia.org/wiki/Portable_Executable)
+
+To check the headers in your dll/exe files you can use the dumpbin tool.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Gaikwad</dc:creator><pubDate>Mon, 12 Dec 2011 11:38:54 -0000</pubDate><guid>https://sourceforge.netd62c94df72bd0c950001b1bff92cbba3b98ee522</guid></item><item><title>WikiPage Home modified by Vaibhav Gaikwad</title><link>https://sourceforge.net/p/debugdir/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/debugdir/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Gaikwad</dc:creator><pubDate>Mon, 12 Dec 2011 10:19:12 -0000</pubDate><guid>https://sourceforge.netfe649591ee161c923237ba5126cd98adca4b55b4</guid></item></channel></rss>