MCPcopy Create free account
hub / github.com/BishopFox/sliver / XorDynamicEncoderArm64

Struct XorDynamicEncoderArm64

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

Source from the content-addressed store, hash-verified

92}
93
94type XorDynamicEncoderArm64 struct{}
95
96func (e *XorDynamicEncoderArm64) Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error) {
97 iterations := args.Iterations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected