aboutsummaryrefslogtreecommitdiffstats
path: root/ifuzz/pseudo.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/ifuzz: move from ifuzzDmitry Vyukov2017-06-031-792/+0
|
* ifuzz: add x86 hypercalls as pseudo instructionsDmitry Vyukov2017-01-181-0/+24
|
* ifuzz: add package for generation/mutation of machine codeDmitry Vyukov2017-01-091-0/+768
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.