lab313ru / ghidra_psx_ldr

Sony Playstation PSX executables loader for GHIDRA
233 stars 31 forks source link

Support for PSX Sym files #6

Closed tomsons26 closed 4 years ago

tomsons26 commented 5 years ago

https://github.com/sanctuary/sym https://github.com/Gh0stBlade/symdump Could be enough info you'd need to implement this

lab313ru commented 4 years ago

I've already rewrote original SYMDUMP. It just requires applying to the project.

MrSapps commented 4 years ago

I think Ghidra imports PDBs by converting them to XML first. Could your C# symdump somehow be used to dump to xml and then import?

lab313ru commented 4 years ago

I already have SYM importing (works on test samples, but still requires some additional work). Will publish soon.

lab313ru commented 4 years ago

Finally works after this commit (there were many ones before it): a1aecf5da2602c8c6ba422c424a3603eb14691df