command
module
Version:
v0.0.0-...-e2f8161
Opens a new window with list of versions in this module.
Published: Mar 29, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
fscan
编译
前言,由于需要配合CGO,故需要安装gcc
本项目在fscan基础上,完成了一些免杀的操作,如有需要请自行编译.
使用grable混淆
# 编译dll
$env:CGO_ENABLED=1
gradle build -buildmode=c-shared -o fscan.dll ./cmd/fscan_dll/main.go
# 编译 fscan_loader ([config.yaml](..%2F..%2F..%2F..%2F..%2F.config%2Fclash.meta%2Fconfig.yaml)go)
gradle build -o fscan_loader_go.exe ./cmd/fscan_loader/main.go
# 编译 fscan_loader (c)
gcc -o fscan_loader_c.exe ./cmd/fscan_loader/main.c
运行
将编译好的dll(fscan.dll和fscan.h)和 fscan_loader.exe放在同一目录下,运行exe即可
# 运行 fscan_loader_go.exe
fscan_loader_go.exe
二进制
如果无法编译,可以直接使用编译好的二进制文件
详情
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
cmd
|
|
|
|
fscan_dll
go build -buildmode=c-shared -o fscan_go.dll main.go
|
go build -buildmode=c-shared -o fscan_go.dll main.go |
fscan_load
gradle build -o fscan_loader_go.exe main.go
|
gradle build -o fscan_loader_go.exe main.go |
|
|
Click to show internal directories.
Click to hide internal directories.