biluv라는 닉네임을 쓰고 싶었읍니다..
Pinned Loading
-
capture_video
capture_video 1function captureVideo(video) {
2const canvas = document.createElement("canvas");
3canvas.width = video.videoWidth;
4canvas.height = video.videoHeight;
5 -
cpio_util.sh
cpio_util.sh 1#!/bin/bash
23if [ $# -ne 3 ]; then
4echo "Usage: $0 {pack|unpack} cpio.gz-file dest"
5exit -1
-
DLL_COPY.cpp
DLL_COPY.cpp 1#include "pch.h"
23#include <stdio.h>
4#include <stdlib.h>
5#include <time.h>
-
decrypt mac kakaotalk database :)
decrypt mac kakaotalk database :) 1import hashlib
2import base64
34def pbkdf2(password: bytes, salt: bytes):
5return hashlib.pbkdf2_hmac("sha256", password, salt, 100000, 128)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.