zeroKilo / XEXLoaderWV

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

Some functions show `ord_` instead of function name #18

Closed illusion0001 closed 2 years ago

illusion0001 commented 2 years ago

For instnace XGetVideoMode. Import log from xenia 8200061C 826B40BC 3D1 ( 977) XGetVideoMode image

zeroKilo commented 2 years ago

https://github.com/zeroKilo/XEXLoaderWV/blob/master/XEXLoaderWV/src/main/java/xexloaderwv/ImportRenamer.java#L936

well it should find this, do you have an example xex for me to test?

greetz WV

illusion0001 commented 2 years ago

underworld.zip

illusion0001 commented 2 years ago

Only analyze setting I changed is Non Returning Functions - Discovered to off to workaround flow override for function calls throughout every xex

zeroKilo commented 2 years ago

Alright, well its midnight here, so im gonna check that tomorrow, pls be patient :)

zeroKilo commented 2 years ago

Sorry, I had a busy day and wasnt able to check it today, I hope I can find time tomorrow, greetz

zeroKilo commented 2 years ago

image ok, you found a bug! thanks alot :D got it working now

fix will be uploaded soon^^

zeroKilo commented 2 years ago

here is the commit: https://github.com/zeroKilo/XEXLoaderWV/commit/d8fec56116d7f443ea160e75c7ce0e4ad95e08f3

and I updated the current release: https://github.com/zeroKilo/XEXLoaderWV/releases/tag/10.1.5

have fun :) greetz WV

PS: please close this ticket if it works for you, thx

illusion0001 commented 2 years ago

Confirmed fixed