summaryrefslogtreecommitdiff
path: root/execve.c
Commit message (Expand)AuthorAgeFilesLines
* Fix decoding of execve and execveat syscalls with invalid inputDmitry V. Levin2016-02-081-47/+58
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+33
* Implement execveat syscall decodingDmitry V. Levin2015-07-271-9/+25
* execve: fix support of personalities with different word sizeDmitry V. Levin2015-07-271-3/+3
* execve.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-201-32/+30
* execve.c: use printaddr and umove_or_printaddrDmitry V. Levin2015-07-201-14/+17
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-4/+2
* process.c: move execve and execv parsers to a separate fileDmitry V. Levin2014-12-111-0/+86