Skip to content

Instantly share code, notes, and snippets.

@gbossert
Created July 19, 2016 08:22
Show Gist options
  • Save gbossert/2fe31a344818c7b3db5daf450764322a to your computer and use it in GitHub Desktop.
Save gbossert/2fe31a344818c7b3db5daf450764322a to your computer and use it in GitHub Desktop.
>>> from netzob.all import *
>>> f = Field(Raw(nbBytes=(1,10000)))
...
ValueError: Maximum size supported for a variable is 79999.
>>> AbstractType.MAXIMUM_GENERATED_DATA_SIZE = 10000 * 8
>>> f = Field(Raw(nbBytes=(1,10000)))
>>> f.specialize()
slkdj qslddqsjqdlkjsqjdskljsd qkjkqldsj....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment