Documentation ¶
Index ¶
- func Decryption(body, key []byte, script string) ([]byte, error)
- func Encryption(binCode, key []byte, script string) ([]byte, error)
- func GetRawASP(binPayload string, params map[string]string) ([]byte, error)
- func GetRawAssembly(binPayload string, params map[string]string) ([]byte, error)
- func GetRawClass(binPayload string, params map[string]string) ([]byte, error)
- func GetRawPHP(binPayload string, params map[string]string) ([]byte, error)
- func ProcessParams(params map[string]string, opts ...ExecParamsConfig) map[string]string
- type ExecParamsConfig
- type FileParamsConfig
- type ParamItem
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRawAssembly ¶
func ProcessParams ¶
func ProcessParams(params map[string]string, opts ...ExecParamsConfig) map[string]string
Types ¶
type ExecParamsConfig ¶
type ExecParamsConfig func(p *Params)
func SetCommandPath ¶
func SetCommandPath(path string) ExecParamsConfig
func SetPrintMode ¶
func SetPrintMode() ExecParamsConfig
SetPrintMode https://www.cnblogs.com/qingmuchuanqi48/p/12079415.html
type FileParamsConfig ¶
type FileParamsConfig func(p *Params)
func SetFileMode ¶
func SetFileMode(mode string) FileParamsConfig
Click to show internal directories.
Click to hide internal directories.