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

Struct XorEncoderArm64

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

Source from the content-addressed store, hash-verified

67}
68
69type XorEncoderArm64 struct{}
70
71func (e *XorEncoderArm64) Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error) {
72 iterations := args.Iterations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected