aboutsummaryrefslogtreecommitdiffstats
path: root/ifuzz/gen
Commit message (Collapse)AuthorAgeFilesLines
* pkg/ifuzz: move from ifuzzDmitry Vyukov2017-06-032-71143/+0
|
* ifuzz/gen: speed up instruction deduplicationDmitry Vyukov2017-01-111-4/+4
| | | | Takes 2.7s instead of 6.8s now.
* ifuzz: add package for generation/mutation of machine codeDmitry Vyukov2017-01-092-0/+71143
Add ifuzz package that can generate/mutate machine code. It is based on Intel XED and for now supports only x86 code (all of real, protected 16/32 and long modes). This considerably increases KVM coverage.