BitVecEndsWith
BitVecEndsWith Description Check if bitvector ends with the given bit pattern.
Read MoreBitVecMatches
BitVecMatches Description Match bitvector against pattern with wildcards. Wildcards allow flexible pattern matching where some positions can be “any bit”.
Read MoreBitVecRegexMatch
BitVecRegexMatch Description Simple regex-style pattern matching for bitvectors. Supports basic patterns: ‘*’ (any sequence), ‘?’ (0 or 1), ‘[01]’ (literal).
Read MoreBitVecStartsWith
BitVecStartsWith Description Check if bitvector starts with the given bit pattern.
Read More