lunixbochs / usercorn

dynamic binary analysis via platform emulation
MIT License
891 stars 98 forks source link

option to hook execve and feed back into usercorn #119

Open lunixbochs opened 8 years ago

lunixbochs commented 8 years ago

we can fake a task scheduler using goroutines. thread safety becomes a problem but it will come up anyway.

lunixbochs commented 7 years ago

thread safety is moderately better these days, with upstream unicorn now being single-thread and various locks added in usercorn