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

Method updateFilter

user/module/syscall.go:380–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378}
379
380func (this *MSyscall) updateFilter() (err error) {
381 this.update_base_config()
382 this.update_common_filter()
383 this.update_child_parent()
384 this.update_thread_filter()
385 this.update_arg_filter()
386 this.update_sysenter_point_args()
387 this.update_sysexit_point_args()
388 this.update_op_list()
389 this.update_common_list(this.mconf.SysCallConf.SysWhitelist, util.SYS_WHITELIST_START)
390 this.update_common_list(this.mconf.SysCallConf.SysBlacklist, util.SYS_BLACKLIST_START)
391 if this.mconf.Debug {
392 this.logger.Printf("SysCallConf:%s", this.mconf.SysCallConf.Info())
393 }
394
395 return nil
396}
397
398func (this *MSyscall) initDecodeFun() error {
399

Callers 1

startMethod · 0.95

Calls 10

update_base_configMethod · 0.95
update_common_filterMethod · 0.95
update_child_parentMethod · 0.95
update_thread_filterMethod · 0.95
update_arg_filterMethod · 0.95
update_op_listMethod · 0.95
update_common_listMethod · 0.95
InfoMethod · 0.65

Tested by

no test coverage detected