Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
type
ShellcodeEncoder
interface
{
15
Description() string
16
Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error)
17
}
18
19
type
XorEncoder
struct
{}
20
Callers
16
newSwitchTUIModel
Function · 0.65
ArmoryInstallForm
Function · 0.65
GenerateForm
Function · 0.65
ArmoryUpdateForm
Function · 0.65
GenerateProfilesNewBeaconForm
Function · 0.65
SettingsForm
Function · 0.65
GenerateProfilesNewForm
Function · 0.65
GenerateBeaconForm
Function · 0.65
encodeParams
Function · 0.65
encodeSQLiteParams
Function · 0.65
TestTrafficEncoderCompatibility_hex
Function · 0.65
TestHexPerformance
Function · 0.65
Implementers
6
XorEncoder
server/encoders/shellcode/shellcode.go
XorDynamicEncoder
server/encoders/shellcode/shellcode.go
XorEncoderArm64
server/encoders/shellcode/shellcode.go
XorDynamicEncoderArm64
server/encoders/shellcode/shellcode.go
ShikataGaNaiEncoderAmd64
server/encoders/shellcode/shellcode.go
ShikataGaNaiEncoder386
server/encoders/shellcode/shellcode.go
Calls
no outgoing calls
Tested by
no test coverage detected