Ziemas / ghidra_irx

Ghidra analyzer for finding imports in PS2 IRX modules.
Apache License 2.0
7 stars 1 forks source link

[import label] change `_imports` suffix with `import_` prefix #4

Closed israpps closed 6 months ago

israpps commented 6 months ago

Allows to keep all the labeled imports together on the left panel due to alphabetic ordering

Still needs testing

israpps commented 6 months ago

Works like you can see on the PR image

seems like arcade SYSMEM has more exports?

Ziemas commented 6 months ago

Huh, shouldn't sysmem 14 be Kprintf? It's in the list. Am I missing something?

Ziemas commented 6 months ago

Ooh, you modified nameString but that's also used to look up the function name in the list file. So now it won't find anything.

israpps commented 6 months ago

Sorry. Didn't read much, and mu java experience is literally 0

israpps commented 6 months ago

Is it possible to do the concatenation in place?

Ziemas commented 6 months ago

I don't really know Java either tbh. I'm sure it somehow must be though.

israpps commented 6 months ago

now it seems to be working!

PLease squash and merge this mess when u decide to merge

image