pdbgen
pdbgen copied to clipboard
Generating PDB from Ghidra
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...
How did you find the Ghidra BuiltInTypes (e.g., key `BuiltInTypes:/uint` in function `initalizeTypeDefs` in PDBGen.java) that are predefined by CodeView? I found that `BuiltInTypes:/uint`'s value is may actually be 0x0074.
This is amazing stuff! Thank you for your work. It could be helpful for other developers wanting to join you to see which resources you use to create the required...
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...