MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / SyscallConfig

Struct SyscallConfig

user/config/config_module.go:431–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431type SyscallConfig struct {
432 logger *log.Logger
433 debug bool
434 Enable bool
435 TraceMode uint32
436 PointArgs []*SyscallPoint
437 SysWhitelist []uint32
438 SysBlacklist []uint32
439 DumpHex bool
440 Color bool
441}
442
443func (this *SyscallConfig) SetDebug(debug bool) {
444 this.debug = debug

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected