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

Interface ShellcodeEncoder

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

Source from the content-addressed store, hash-verified

12}
13
14type ShellcodeEncoder interface {
15 Description() string
16 Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error)
17}
18
19type XorEncoder struct{}
20

Callers 16

newSwitchTUIModelFunction · 0.65
ArmoryInstallFormFunction · 0.65
GenerateFormFunction · 0.65
ArmoryUpdateFormFunction · 0.65
SettingsFormFunction · 0.65
GenerateProfilesNewFormFunction · 0.65
GenerateBeaconFormFunction · 0.65
encodeParamsFunction · 0.65
encodeSQLiteParamsFunction · 0.65
TestHexPerformanceFunction · 0.65

Implementers 6

XorEncoderserver/encoders/shellcode/shellcode.go
XorDynamicEncoderserver/encoders/shellcode/shellcode.go
XorEncoderArm64server/encoders/shellcode/shellcode.go
XorDynamicEncoderArm64server/encoders/shellcode/shellcode.go
ShikataGaNaiEncoderAmd64server/encoders/shellcode/shellcode.go
ShikataGaNaiEncoder386server/encoders/shellcode/shellcode.go

Calls

no outgoing calls

Tested by

no test coverage detected