Skip to content

Commit 1b64ae3

Browse files
committed
update
1 parent 9a02e24 commit 1b64ae3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ test:
88
@CGO_ENABLED=0 GOOS=windows go build -ldflags "-s -w" -trimpath -o tests/embedemo_pe tests/embedemo.go
99

1010
@echo "unit test"
11-
@go run main.go -target ./tests/embedemo_elf -vaddr 0x00000000000F8F60
12-
@go run main.go -target ./tests/embedemo_macho -vaddr 0x00000001000EAA00
13-
@go run main.go -target ./tests/embedemo_pe -vaddr 0x00000001000F3B00
11+
@go run main.go -target ./tests/embedemo_elf -vaddr 0x00000000000F8F60 -output out/elf
12+
@go run main.go -target ./tests/embedemo_macho -vaddr 0x00000001000EAA00 -output out/macho
13+
@go run main.go -target ./tests/embedemo_pe -vaddr 0x00000001000F3B00 -output out/pe

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It provides a simple way for developers and reverse engineers to analyze and rec
1616

1717
2. Extract embedded files from a Go binary:
1818
```bash
19-
gee -target ./tests/embedemo_elf -vaddr 0x00000000000F8F60
19+
gee -target -target ./tests/embedemo_macho -vaddr 0x00000001000EAA00
2020
```
2121

2222
## References

0 commit comments

Comments
 (0)