07 2021 档案
摘要:tcpdump 常用命令解释 tcpdump -ieth1 -tttt -s0 -X -vvvv -c2 '((tcp) and ((port 8080) and ((src 10.64.108.37) or (dst 10.64.108.37))))' -i: 指定网卡抓包 -X: 以 16 进制
阅读全文
摘要:空接口与非空接口结构体 struct Eface // interface 无方法时底层数据结果 { Type* type; void* data; }; struct Type { uintptr size; // 类型的大小 uint32 hash; uint8 _unused; uint8 a
阅读全文

浙公网安备 33010602011771号