Add ghidra MCP start script, update .gitignore
This commit is contained in:
parent
559c30030a
commit
24d67796a3
2 changed files with 9 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,2 +1,8 @@
|
|||
/aten-mount
|
||||
/result
|
||||
*.swp
|
||||
/extracted
|
||||
/ghidra.proj
|
||||
launch.jnlp
|
||||
orig/
|
||||
|
||||
|
|
|
|||
3
ghidramcp.sh
Executable file
3
ghidramcp.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#/bin/sh
|
||||
docker run -i --rm -v "/home/nixos/git/aten-crap:/home/nixos/git/aten-crap" -p 8000:8000 ghcr.io/clearbluejar/pyghidra-mcp -t streamable-http --host 0.0.0.0 --project-path /home/nixos/git/aten-crap/ghidra.proj --project-name aten-ipmi /home/nixos/git/aten-crap/extracted
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue