Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piiperxyz committed Jul 18, 2022
1 parent 72e4328 commit 249a30d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions core/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ type Gopt struct {
Shellcodelocation string
Antisandboxopt Antisandboxopt
Buildopt Buildopt
Advancedopt Advancedopt
}

type Antisandboxopt struct {
Expand Down Expand Up @@ -201,7 +200,7 @@ func finalbuild(buildopt2 Buildopt, dstfile string) {
"-s -w",
}
if buildopt2.Hide {
command = append(command, "-H winodwsgui")
command[len(command)-1] = command[len(command)-1] + " -H windowsgui"
}
if buildopt2.Race {
command = append(command, "-race")
Expand Down
6 changes: 0 additions & 6 deletions themes/Bypass_theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ import (
var (
infProgress *widget.ProgressBarInfinite

advancedopt = core.Advancedopt{
Addextradata: true,
Unhook: true,
Gate: true,
}
antisandboxopt = core.Antisandboxopt{
Timestart: false,
Ramcheck: false,
Expand All @@ -47,7 +42,6 @@ var (
Shellcodelocation: "",
Antisandboxopt: antisandboxopt,
Buildopt: buildopt,
Advancedopt: advancedopt,
}
)

Expand Down

0 comments on commit 249a30d

Please sign in to comment.