# pe_debug **Repository Path**: mirrors_svn2github/pe_debug ## Basic Information - **Project Name**: pe_debug - **Description**: This is a clone of an SVN repository at http://svn.osdn.net/svnroot/pefrm-units/pe_debug. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PE File PDB Symbol Injector Use this program to put debug symbols from an IDA database into a PDB database, so that other debuggers like Visual Studio can display debug information. * GTAForums topic: http://gtaforums.com/topic/870170-idb-to-visual-studio-symbol-injection/ * YouTube video: https://www.youtube.com/watch?v=Vn9YNqm5ny0 Wish to contribute? Contact me at wordwhirl@outlook.de for details. You should use dumpinfo.idc to generate the "symbols.txt" file that is required to patch in symbols. You can get it here: https://www.hex-rays.com/products/ida/support/freefiles/dumpinfo.idc The tool has to be launched through Visual Studio to work. Otherwise it will not find the necessary "MSPDBCORE.DLL".