Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteStrings ¶
Types ¶
type CompileOpts ¶
type CompileOpts struct { GoFileName string // Go 文件名称 ExeFileName string // Exe 文件名称 CompilePath string // 编译路径 HideConsole bool // 编译隐藏控制台 GDebug bool // 开启Debug日志 GSeed bool // 随机 Base64 编码的种子 Literals bool // 对字符串和数字字面量进行混淆 Tiny bool // 最小化构建 BuildMode string // 构建模式, 推荐值:pie }
func (CompileOpts) GarbleCompile ¶
func (c CompileOpts) GarbleCompile() error
func (CompileOpts) GoCompile ¶
func (c CompileOpts) GoCompile() error
func (CompileOpts) HandleWinRes ¶
func (c CompileOpts) HandleWinRes() error
Click to show internal directories.
Click to hide internal directories.