pdbgen
pdbgen copied to clipboard
Script assumes executable location exists
Hi,
First off, thank you for this, it makes using Ghidra decomp with IDA and Visual Studio about a million times easier for my work. I had to make some slight adjustments in the script to hardcode the exePath/exepath variables, as the ones returned by Ghidra's API are not accurate if it is a shared workspace (it lists the original import location, which may not exist on the target system).
A feature request would be to make a dialog asking for the exe if it isn't found.
Thanks!