Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b1gcat committed Nov 23, 2023
1 parent 5730933 commit 1e3ee8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# anti-av

## 准备工作
## 准备

```
go >= 1.21.4
MingW64 - make/x86_64-w64-mingw32-gcc[g++,gcc-ar]
Garble - https://github.com/burrowers/garble
```

Expand Down
4 changes: 2 additions & 2 deletions apps/loader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ all:
rm -f *.o *.a *.dll && \
$(CC) -Wall -c *.c $(asmFile) && \
$(AR) rv lib$(LOADER).a *.o &&\
go mod init &&\
go mod init example.com/m0 &&\
echo "replace github.com/b1gcat/anti-av/apps/av/utils => ../../../apps/av/utils" >> go.mod &&\
go mod tidy

go mod init
go mod init example.com/m1
echo "replace github.com/b1gcat/anti-av/dist/_tmp/$(LOADER) => ./sc" >> go.mod
echo "replace github.com/b1gcat/anti-av/apps/av/utils => ../../apps/av/utils" >> go.mod
go mod tidy
Expand Down

0 comments on commit 1e3ee8f

Please sign in to comment.