summaryrefslogtreecommitdiffstats
path: root/old/au.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The 1st prompt to record file changed by processWe-unite2024-07-261-0/+24
To record it, we must listen to open/write and several syscalls, and now I've add open into the 2nd coroutine. In syscall open, what we should do is to judge the permission flag (the 2nd param in the syscall), to find out if it can write to the file. If so, the exit code is its file descriptor, and when write is called, the audit shows only file descriptor but no file name. So the next step is to add things into 3rd coroutine, to make the whole program running again, and find out bugs.