MCPcopy Create free account
hub / github.com/Tylous/ZipExec / options

Function options

ZipExec.go:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func options() *FlagOptions {
37 outFile := flag.String("O", "", "Name of output file (e.g. loader.js)")
38 inputFile := flag.String("I", "", "Path to the file containing binary to zip.")
39 sandbox := flag.Bool("sandbox", false, "Enables sandbox evasion using IsDomainedJoined.")
40 flag.Parse()
41 return &FlagOptions{outFile: *outFile, inputFile: *inputFile, sandbox: *sandbox}
42}
43
44func main() {
45 fmt.Println(`

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected