Versions in this module Expand all Collapse all v0 v0.3.0 Apr 10, 2026 Changes in this version + func PatchConfig(req *PatchConfigRequest) ([]byte, error) + func Sigforge(req *SigforgeRequest) ([]byte, error) + func Srdi(req *SrdiRequest) ([]byte, error) + func Strip(req *StripRequest) ([]byte, error) + type PatchConfigRequest struct + ImplantYaml []byte + Output string + TemplateBin []byte + type SigforgeRequest struct + Operation string + Signature []byte + SourceBin []byte + TargetBin []byte + type SrdiRequest struct + Arch string + Bin []byte + FunctionName string + Platform string + Type string + Userdata []byte + type StripRequest struct + Bin []byte + CustomPaths []string