lab313ru / ghidra_psx_ldr

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

Overlay Manager Tool Missing #36

Closed joebles closed 4 years ago

joebles commented 4 years ago

I built the current repository per directions, and everything seems to work except the suite of things under the Tools bar in the code browser is completely missing - of primary note, the Overlay Manager. It's definitely possible I did some step of the process wrong but any guidance/troubleshooting on this would be greatly appreciated.

lab313ru commented 4 years ago

Dialog window about a new PsxPlugin avaliability should appear. It will ask about enabling it. You should check the PsxPlugin to make it available. If not, it can be enabled in CodeBrowser's File menu (don't remember an exact path).

joebles commented 4 years ago

I got it working, thank you! For anyone who finds this later with the same issue, if you didn't get / clicked past the dialog window, what worked for me was going to File>Configure and clicking "Configure" under the Experimental section, and then there should be a PsxPlugin option to enable.

lab313ru commented 4 years ago

Thank you)