摘要: IP TCP UDP数据报头的相关记录 IP数据报头 typedef struct _IP_HEADER_V4_ { union { UINT8 versionAndHeaderLength; struct { UINT8 headerLength : 4; UINT8 version : 4; } 阅读全文
posted @ 2023-02-26 22:04 是谁走漏了消息 阅读(31) 评论(0) 推荐(0) 编辑
摘要: WFP初探 参考资料 https://www.cnblogs.com/XYDsoft/articles/16857933.html https://learn.microsoft.com/zh-cn/windows/win32/fwp/tcp-packet-flows https://bot-man 阅读全文
posted @ 2023-02-26 19:02 是谁走漏了消息 阅读(569) 评论(0) 推荐(0) 编辑