質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
()の中の文字列は任意です。
|
4
4
|
|
5
5
|
```ここに言語を入力
|
6
|
-
grep -E -Hr -
|
6
|
+
grep -E -Hr -nw --binary-files=without-match 'ptrace(.+){' ./kernel/
|
7
7
|
```
|
8
8
|
|
9
9
|
```ここに言語を入力
|