Skip to content

Instantly share code, notes, and snippets.

View playniuniu's full-sized avatar

玩牛牛 playniuniu

View GitHub Profile
@playniuniu
playniuniu / go-remote-process-dll-inject-example.go
Created December 11, 2024 16:16 — forked from timsonner/go-remote-process-dll-inject-example.go
GoLang. Working example of remote process DLL injection.
package main
import (
"fmt"
"os"
"strconv"
"syscall"
"unsafe"
)
@playniuniu
playniuniu / ffmpeg.md
Created May 22, 2021 02:21 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet