We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c486c0 commit de45f8dCopy full SHA for de45f8d
.gitignore
@@ -1,4 +1,6 @@
1
*.bu
2
*.decompressed
3
.vscode
4
-dyld_shared_cache
+dyld_shared_cache*
5
+System
6
+projects
README.md
@@ -82,6 +82,19 @@ $ docker run --init -it --rm \
82
blacktop/ghidra server
83
```
84
85
+### Headless
86
+
87
+```bash
88
+$ docker run --init -it --rm \
89
+ --name ghidra-headless \
90
+ --cpus 2 \
91
+ --memory 4g \
92
+ -e MAXMEM=4G \
93
+ -v `pwd`:/samples \
94
+ --link ghidra-server \
95
+ blacktop/ghidra:beta support/analyzeHeadless ghidra://ghidra-server:13100/Apple/12.4.1/ -import /samples/dyld_shared_cache -connect blacktop -p -commit "Loading Dyld."
96
+```
97
98
## TODO
99
100
- [ ] Figure out how to add `--network none` :wink:
0 commit comments