tracy
tracy copied to clipboard
tracy - a system call tracer and injector. Find us in #tracy on irc.freenode.net
Rather than documenting the exact usage of each unpacking utility it may be better to simply include the commands in zipjail directly. Reason for this is the exact parameter specification...
Thanks to `ixty` for the request.
We need somewhat proper tests, possibly with 'test reports' as well: report what test failed, what test succeed? Do we perhaps want to implement them with [new] python bindings?
Need work to build against new abi-abi changes...
Right now injection only supports whatever the current ABI (instruction+cs) is. It would be nice to tell tracy_inject_syscall to use a certain ABI.
Reimplement `tracy_read_string` to use page boundaries, i.e. upto 4k characters per `read()` call, in order to speed up this function.
I don't think we should pass these as event. They are simply the result of our execve() when starting the first program. This is particularly annoying since it's not possible...