lab313ru / ghidra_psx_ldr

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

Signatures path error #49

Closed acceleratorlastorder closed 2 years ago

acceleratorlastorder commented 2 years ago

Hi.

Using the last version 10.0.4 i encounter an issue when starting the analyse task. It seems there is an issue regarding the path of the signatures

Here's the error i get: image

I think the path needs to be updated, To see if my theory was correct i simply created a copy of psyq470.gdt and renamed it psyq47.gdt inside ghidra_10.0.4_PUBLIC_20211023_ghidra_psx_ldr.zip\ghidra_psx_ldr\data\

image and the same for the folder 470 i renamed it 47 inside ghidra_10.0.4_PUBLIC_20211023_ghidra_psx_ldr.zip\ghidra_psx_ldr\data\psyq\

image And indeed this fixes it (no error pop up and type recognised): image

Hope that helps.

lab313ru commented 2 years ago

It seems that your binary has some strange version detection result. Could you upload it here so I can check it?

Accelerator @.***> 17 ноября 2021 г. 23:08:17 написал:

Hi.

Using the last version 10.0.4 i encounter an issue when starting the analyse task. It seems there is an issue regarding the path of the signatures

Here's the error i get:

I think the path needs to be updated, To see if my theory was correct i simply created a copy of psyq470.gdt and renamed it psyq47.gdt inside ghidra_10.0.4_PUBLIC_20211023_ghidra_psx_ldr.zip\ghidra_psx_ldr\data\

and the same for the folder 470 i renamed it 47 inside ghidra_10.0.4_PUBLIC_20211023_ghidra_psx_ldr.zip\ghidra_psx_ldr\data\psyq\

And indeed this fixes it (no error pop up and type recognised):

Hope that helps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

acceleratorlastorder commented 2 years ago

Hi thanks for your answer.

Here's the binary:

lab313ru commented 2 years ago

I'll check it tomorrow, thanks.

ср, 17 нояб. 2021 г. в 23:31, Accelerator @.***>:

Hi thanks for your answer.

Here's the binary: SLES_029.zip https://github.com/lab313ru/ghidra_psx_ldr/files/7557827/SLES_029.zip

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lab313ru/ghidra_psx_ldr/issues/49#issuecomment-971969615, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABW3GPL5VD75UURAUXIIY4TUMQGKLANCNFSM5IH4DCCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

lab313ru commented 2 years ago

It looks like the best solution will be to make a copy of 470, as you did it.

acceleratorlastorder commented 2 years ago

Okay thanks

lab313ru commented 2 years ago

It seems that this is a bug:) Wait for the fix

lab313ru commented 2 years ago

Fixed via 24ab947af1f9f3a3ed3a19b1b861a1d4f68a700b.

acceleratorlastorder commented 2 years ago

oh good job :)