TGTGInsighttelegram intelligenceLIVE / telegram public index
← Welcome to the Black Parade
Welcome to the Black Parade avatar

TGINSIGHT POST

Post #101

@TheB1ackParade

Welcome to the Black Parade

Views93Post view count
PostedJun 506/05/2022, 05:41 PM
Post content

Post content

bcc 对 pinned map 的支持不是特别好, 虽然能用, 但是僵硬, 要硬拷贝一部分代码, 不然就要指向完整的 bpf 代码, 重新编译一遍. 不过考虑到给 bcc 提供了 map 的类型之后, map.items() 这类 Python API 返回的数据结构不用 ctypes.cast 就可以直接取结构体字段, 我觉得还是可以接受的: 用额外的一段代码免去了手动映射类型的繁琐.