Skip to content

Commit de45f8d

Browse files
committed
update README
1 parent 7c486c0 commit de45f8d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*.bu
22
*.decompressed
33
.vscode
4-
dyld_shared_cache
4+
dyld_shared_cache*
5+
System
6+
projects

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ $ docker run --init -it --rm \
8282
blacktop/ghidra server
8383
```
8484

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+
8598
## TODO
8699

87100
- [ ] Figure out how to add `--network none` :wink:

0 commit comments

Comments
 (0)