| 92 | } |
| 93 | |
| 94 | type XorDynamicEncoderArm64 struct{} |
| 95 | |
| 96 | func (e *XorDynamicEncoderArm64) Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error) { |
| 97 | iterations := args.Iterations |
nothing calls this directly
no outgoing calls
no test coverage detected