feature/train_bash #7
6
python/syscall-inf-loop.py
Executable file
6
python/syscall-inf-loop.py
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import os
|
||||
|
||||
while True:
|
||||
os.getppid()
|
Loading…
Reference in New Issue
Block a user