aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_windows.cc
Commit message (Expand)AuthorAgeFilesLines
* executor: rework fallback coverageDmitry Vyukov2018-06-221-3/+2
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-3/+3
* executor: filter out invalid PCs on linux/x86_64Dmitry Vyukov2018-05-141-0/+10
* executor: fix read_cover_size signatureDmitry Vyukov2018-04-301-1/+1
* prog: rework address allocationDmitry Vyukov2018-02-191-0/+4
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-4/+4
* executor: prevent executor from messing with output regionDmitry Vyukov2017-10-231-0/+5
* executor: improvements for akarosDmitry Vyukov2017-10-171-1/+1
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-25/+4
* executor: fix execution of windows syscallsDmitry Vyukov2017-09-271-5/+6
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-0/+85