mirror of
https://github.com/jtang613/GhidrAssistMCP
synced 2026-06-21 13:54:56 +00:00
Update to support GhidrAssistMCP headless.
This commit is contained in:
@@ -6,7 +6,6 @@ bin/
|
||||
data/
|
||||
dist/
|
||||
build/
|
||||
ghidra_scripts/
|
||||
lib/
|
||||
os/
|
||||
lucene/
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
// Ghidra script wrapper - delegates to compiled extension class.
|
||||
// Must NOT have a package declaration for Ghidra's script engine to load it.
|
||||
public class GAMCPStartServerScript extends ghidrassistmcp.scripts.GAMCPStartServerScript {
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Java source directory to hold module-specific Ghidra scripts.
|
||||
Reference in New Issue
Block a user