zeroKilo / XEXLoaderWV

Ghidra Loader Module for X360 XEX Files
113 stars 13 forks source link

Cannot load PDB file. #2

Closed Gh0stBlade closed 5 years ago

Gh0stBlade commented 5 years ago

Does someone know how to load PDB files alongside this plugin? For some reason it doesn't work for me.

image

zeroKilo commented 5 years ago

well I dont know how to tell ghidra that its a pe image, but im trying to write code to parse the pdb and load the symbol infos with my loader. (this is C# code as its just "test" code for me, ofc I have to port it to java later for the loader)

https://drive.google.com/open?id=15QBAjsSYS6k4Z8BXoPpkCLzGgEJLaILQ

sofar I can dump some stuff but the format isnt really public and I dont know how to get the symbols out yet (for example functionname + address), so if you have any input on that, then your problem could be solved soon.

greetz

zeroKilo commented 5 years ago

https://i.imgur.com/gjRLn1R.png

added pdb loading testwise, I will commit this later when its robust and im home.

greetz

zeroKilo commented 5 years ago

https://www.youtube.com/watch?v=dBoofGgraKM pdb loading is now supported greetz