How to calculate the checksum for ICMPv6 protocol during fuzz testing? #716
Unanswered
newbing9527
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is a checksum block which you can pass a block name of which to calculate the checksum of, as well as a custom algorithm. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
boofuzz RawL2SocketConnection fuzz testing for ICMPv6 protocol, including the checksum part with the IPv6 pseudo-header (reference: RFC2460), as well as the entire ICMPv6 field. How can we dynamically calculate the checksum during fuzz testing?
Beta Was this translation helpful? Give feedback.
All reactions