Skip to content

Commit 336336c

Browse files
committed
Delete "system" symbol from waitFuncs list.
Backed processes does not call this symbol. And Frida-gum can't set hooks for this symbol for some versions of glibc
1 parent 4573d03 commit 336336c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/trace_wait_events.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ static char *waitFuncs[] = {
3838
"write",
3939
"pwritev",
4040
"fdatasync",
41-
"system",
4241
"pg_usleep",
4342
#if defined(HAVE_SYNC_FILE_RANGE)
4443
"sync_file_range",

0 commit comments

Comments
 (0)