<div dir="ltr">Hi,<div><br></div><div>I would like to record a sequence of strings. Here is an example:</div><div><br></div><div><div>struct foo {</div><div>  string _my_string;</div><div>}; </div></div><div><br></div><div>event {</div><div>  ...</div><div>  fields := struct {</div><div>    uint8_t _num;</div><div>    struct foo _items[_num];</div><div>  };</div><div>};</div><div><br></div><div>The program barectf does not allow it, and I wanted to know whether it's an implementation limitation or if CTF supports it at all.</div><div><br></div><div>Thanks,</div><div><br></div><div>Francis</div></div>