как установить gdbghidra для Ghidra последней версии?
плагины из архива неподхватываются гидро ругается на версии
плагины из архива неподхватываются гидро ругается на версии
Код:
admix@buben:/opt/gdbghidra-master$ gradle
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
> Task :compileJava
/opt/gdbghidra-master/src/main/java/gdbghidra/events/MemoryEvent.java:32: error: cannot find symbol
import ghidra.app.util.MemoryBlockUtil;
^
symbol: class MemoryBlockUtil
location: package ghidra.app.util
/opt/gdbghidra-master/src/main/java/gdbghidra/events/MemoryEvent.java:33: error: cannot find symbol
import ghidra.app.util.importer.MemoryConflictHandler;
^
symbol: class MemoryConflictHandler
location: package ghidra.app.util.importer
/opt/gdbghidra-master/src/main/java/gdbghidra/events/MemoryEvent.java:99: error: cannot find symbol
MemoryConflictHandler memoryConflictHandler = MemoryConflictHandler.ALWAYS_OVERWRITE;
^
symbol: class MemoryConflictHandler
location: class MemoryEvent
/opt/gdbghidra-master/src/main/java/gdbghidra/events/MemoryEvent.java:99: error: cannot find symbol
MemoryConflictHandler memoryConflictHandler = MemoryConflictHandler.ALWAYS_OVERWRITE;
^
symbol: variable MemoryConflictHandler
location: class MemoryEvent
/opt/gdbghidra-master/src/main/java/gdbghidra/events/MemoryEvent.java:100: error: cannot find symbol
MemoryBlockUtil mbu = new MemoryBlockUtil( currentProgram, memoryConflictHandler );
^
symbol: class MemoryBlockUtil
location: class MemoryEvent
/opt/gdbghidra-master/src/main/java/gdbghidra/events/MemoryEvent.java:100: error: cannot find symbol
MemoryBlockUtil mbu = new MemoryBlockUtil( currentProgram, memoryConflictHandler );
^
symbol: class MemoryBlockUtil
location: class MemoryEvent
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 3s
1 actionable task: 1 executed