Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BishopFox/sliver
/ XorEncoder
Struct
XorEncoder
server/encoders/shellcode/shellcode.go:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
XorEncoder
struct
{}
20
21
func
(e *XorEncoder) Encode(data []byte, args ShellcodeEncoderArgs) ([]byte, error) {
22
iterations := args.Iterations
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected