Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix decoding of execve and execveat syscalls with invalid input | Dmitry V. Levin | 2016-02-08 | 1 | -47/+58 |
* | Add copyright headers to some files which lack them | Dmitry V. Levin | 2015-12-17 | 1 | -0/+33 |
* | Implement execveat syscall decoding | Dmitry V. Levin | 2015-07-27 | 1 | -9/+25 |
* | execve: fix support of personalities with different word size | Dmitry V. Levin | 2015-07-27 | 1 | -3/+3 |
* | execve.c: make use of RVAL_DECODED | Dmitry V. Levin | 2015-07-20 | 1 | -32/+30 |
* | execve.c: use printaddr and umove_or_printaddr | Dmitry V. Levin | 2015-07-20 | 1 | -14/+17 |
* | Declare syscall parsers using SYS_FUNC macro | Dmitry V. Levin | 2015-04-07 | 1 | -4/+2 |
* | process.c: move execve and execv parsers to a separate file | Dmitry V. Levin | 2014-12-11 | 1 | -0/+86 |