add function pointer detection warning as well as identify ctypes non recursion error

This commit is contained in:
2025-10-18 22:59:01 +05:30
parent 33aa794718
commit 5dafa5bd0d
2 changed files with 26 additions and 7 deletions

View File

@ -1,7 +1,7 @@
from pythonbpf import bpf, section, bpfglobal, compile_to_ir, compile
from vmlinux import TASK_COMM_LEN # noqa: F401
from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
# from vmlinux import struct_uinput_device
from vmlinux import struct_uinput_device
from vmlinux import struct_blk_integrity_iter
from ctypes import c_int64