システムコールを観測する
#linux
$ sudo strace -f -e trace=open,openat,connect,stat $TARGETBINARY -f -vv -r 2>&1 | grep -B 10 "TRIGGERSTRING"