moralismercatus / crete

Open source concolic testing tool for binaries
1 stars 1 forks source link

Writing arg elements in the guest configuration out of order causes failure #136

Open moralismercatus opened 9 years ago

moralismercatus commented 9 years ago

Example:

<args>
<arg index="3" .../>
<arg index="1" .../>
<arg index="2" .../>
</args>

See test case 'argv2' and crete.xml.2