Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkujhd authored Jan 21, 2020
1 parent 64224b3 commit 745e5b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ go tool compile $GOPATH/src/github.com/pkujhd/goloader/examples/base/base.go
go tool compile $GOPATH/src/github.com/pkujhd/goloader/examples/http/http.go
./loader -o http.o -run main.main
go install github.com/pkujhd/goloader/examples/basecontext
./loader -o $GOPATH/pkg/`go env GOOS`_`go env GOARCH`/github.com/pkujhd/goloader/examples/basecontext.a:github.com/pkujhd/goloader/examples/basecontext -o inter.o
#build multiple go files
go tool compile -I $GOPATH/pkg/darwin_amd64 -o test.o test1.go test2.go
./loader -o test.o -run main.main
Expand Down

0 comments on commit 745e5b6

Please sign in to comment.