mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
add todo: clone system calls need to be monitored too. Now I have
concurrent access
This commit is contained in:
parent
fc8522fbef
commit
7cf462a52c
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ int create_filename(char *fn, int size){
|
|||
* The dumping is done in a best effort manner. If it succeds
|
||||
* to write all the data the tag / line DONE is at the end of the
|
||||
* file
|
||||
* TODO need to extract PID and PPID?
|
||||
* TODO clone system calls should be monitored true aiming to avoid disrupted
|
||||
* trees
|
||||
*/
|
||||
void dump_execve(char __user *file, char __user *__user *argv,
|
||||
char __user *__user *env)
|
||||
|
|
Loading…
Reference in a new issue