emptygif
언어: 한국어

모든 언어 및 프레임워크

Windows cmd (certutil) Batch

/pixel.gif 요청에 빈 GIF로 응답하는 Windows cmd (certutil)용 Batch 스니펫입니다. GIF는 시작할 때 한 번만 디코딩합니다.

Windows cmd (certutil) Batch

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

프레임워크의 최신 문서와 대조해 확인했습니다.

공식 사이트: Windows cmd (certutil)