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