case SC_openat:
status = get_sysarg_path_explicit(tracee, path, SYSARG_2,ORIGINAL);
if (status < 0){
PLOGE(">>>>>>>> svc after get path in openat fail ")
break;
}
if(isReadMaps(path)){
PLOGE(">>>>>>>> svc after find read maps in openat ")
//dirfd = peek_reg(tracee, CURRENT, SYSARG_1);
case SC_readlinkat:
case SC_unlinkat:
case SC_mkdirat:
case SC_link:
2021-12-26 13:03:57.485 20682-20682/? E/Camel: >>>>>>>> svc after poke result reg sucess 54
2021-12-26 13:03:57.485 20682-20682/? E/Camel: >>>>>>>> svc after peek ret 54
2021-12-26 13:03:57.579 20682-20682/? E/Camel: [20689] process exit with signal: syscall_number = 5 messgae = Trap
I don't know why this problem occurs,This problem has bothered me for a long time
I really hope to get your help Thanks, the great developers