carl

Results 2 issues of carl

遇到错误: 脚本输出解析失败 Traceback (most recent call last): File "/var/tmp/1644318308.py", line 140, in ipstr = ipstr.encode("utf-8") AttributeError: 'NoneType' object has no attribute 'encode' Incorrect padding

BUG

Maybe adding `bpf_program__set_autoattach(skel->progs.handle_getdents_patch, false);` before the code `err = pidhide_bpf__load(skel);` is a good choice? In my test, I found that function `handle_getdents_patch` will also be automatically mounted, not just called...