MCPcopy Index your code
hub / github.com/BishopFox/sliver / XorEncoder

Struct XorEncoder

server/encoders/shellcode/shellcode.go:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type XorEncoder struct{}
20
21func (e *XorEncoder) Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error) {
22 iterations := args.Iterations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected