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

Struct XorDynamicEncoder

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

Source from the content-addressed store, hash-verified

42}
43
44type XorDynamicEncoder struct{}
45
46func (e *XorDynamicEncoder) Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error) {
47 iterations := args.Iterations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected