fscan

command module
v0.0.0-...-e2f8161 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: MIT Imports: 4 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib
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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL