lunixbochs / usercorn

dynamic binary analysis via platform emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

large binary size

lunixbochs opened this issue · comments

usercorn is about 10MB right now

I hear using reflect.Call removes the ability to trim dead code (and is used by syscall dispatching via argjoy), but I don't feel like there are many good alternatives for syscall dispatch.
golang/go#6853