lab313ru / ghidra_psx_ldr

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

Need 9.2.3 support. #43

Closed DLDrago closed 3 years ago

DLDrago commented 3 years ago

Ghidra 9.2.3 was released lately and I need to make sure there's a compatible loader.

DLDrago commented 3 years ago

I cannot build this. It says it can't find the compile() method:

FAILURE: Build failed with an exception.

* Where:
Script 'C:\Ghidra\support\buildExtension.gradle' line: 51

 What went wrong:
A problem occurred evaluating script.
> Could not find method compile() for arguments [directory 'lib'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
lab313ru commented 3 years ago

Wait till this weekend, I'll update the plugin.

DLDrago commented 3 years ago

Ok.

On Mon, Apr 19, 2021 at 6:16 PM Vladimir Kononovich < @.***> wrote:

Wait till this weekend, I'll update the plugin.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lab313ru/ghidra_psx_ldr/issues/43#issuecomment-822849914, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBYUYKDC5VHOU6SG2IEBJDTJS2WNANCNFSM43CNOBKA .

Infrid commented 3 years ago

hi @lab313ru I wonder if you had a chance to work on this release

lab313ru commented 3 years ago

Hi, sorry for this delay... Give me 20 minutes

lab313ru commented 3 years ago

https://github.com/lab313ru/ghidra_psx_ldr/releases/tag/v3.12

Infrid commented 3 years ago

thank you!