Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 313 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 313 Bytes

BurpSuiteProLoader

BurpSuiteProLoader Source

Dependents

Windows

go install github.com/tc-hib/go-winres@latest

Build

Windows

go-winres make
go build -ldflags="-H windowsgui -s -w" -buildvcs=false

-buildvcs=false is an optional

Linux & MacOS

go build