Quickstart instructions are somewhat unclear
First of all, thanks for this useful utility! Even though it's still in its early stages, it worked great for my usecase.
I just had some initial problems following the quickstart instructions in the README and getting the script to run correctly. The instructions say
- copy assets/PdbGen.java into your ghidra_scripts folder (%USERPROFILE%/ghidra_scripts).
- Run the pdbgen script via Ghidra's Script Manager.
- Run assets/pdbgen.exe <path/name.exe>
But it seems the script attempts to execute pdbgen.exe by itself and it appears to expect the executable in the user's PATH? I first tried to copy pdbgen.exe together with PdbGen.java into %USERPROFILE%/ghidra_scripts but the script could not find it. I then resorted to editing the script by providing the full path to pdbgen.exe after which it worked.
I suggest to update the README by clarifying where pdbgen.exe is supposed to be installed exactly. If it needs to be present in the PATH, the README should mention this.
Hey, Thanks for the feedback. You are absolutely correct in terms of the readme, I'll see if I can address it over the next couple of days.