|
|
|
|
|
by ekiwi
1955 days ago
|
|
How do you deal with structured formats, like XML?
In JQF you would just write a XML generator (see their examples). If you just use the "sequence of bytes" approach as AFL does, then a lot of your inputs might be immediately rejected by the parser. |
|