CyberSoft CVDL

CVDL Tutorial

14. Repetition Expressions

Multiple occurrences of bytes, byte ranges, strings, or case-insensitive strings can be specified by using [number] after the expression. For example:

  15[20]
  0xF[0x14]

    either form matches 20 occurrences of the byte value 15

  0-10[40]

    matches a sequence of 40 bytes whose values are in the range 0..10

  "X"[3]

    matches "XXX"

Listen to the audio

Contents | Previous | Next