pdbgen icon indicating copy to clipboard operation
pdbgen copied to clipboard

Script assumes executable location exists

Open Mgamerz opened this issue 7 months ago • 0 comments

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!

Mgamerz avatar Jun 14 '25 14:06 Mgamerz