emptygif
Bahasa: Bahasa Indonesia

Semua bahasa dan framework

Windows cmd (certutil) Batch

Snippet Batch untuk Windows cmd (certutil) yang menjawab request ke /pixel.gif dengan empty GIF, yang di-decode sekali saat startup.

Windows cmd (certutil) Batch

File
pixel.cmd
echo R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==> pixel.b64
certutil -f -decode pixel.b64 pixel.gif
del pixel.b64

Dicek terhadap dokumentasi terbaru framework tersebut.

Situs resmi: Windows cmd (certutil)