Skip to main content

frida-windows-re

Cheatsheet for dynamic instrumentation and security analysis of Windows binaries with Frida and the frida-tools CLI (frida REPL, frida-trace, frida-ps). Use it for runtime/dynamic analysis of a Windows process, DLL, or .exe: hooking and tracing Win32/Native (kernel32, ntdll, advapi32, ws2_32, bcrypt) API calls, intercepting/modifying args and return values, dumping decrypted buffers or crypto keys, monitoring file/registry/network I/O, tracing process injection (VirtualAllocEx/WriteProcessMemory/CreateRemoteThread), unpacking, and bypassing anti-debug / anti-Frida checks. Equally for product-security / app-pentest of legitimate thick clients: TLS/HTTPS interception and cert-pinning bypass, auditing secret/key handling (DPAPI, crypto), and license/auth checks. Reach for it on phrasings like "hook this Windows function", "intercept CreateFileW", "frida script for Windows", or any Frida / frida-trace mention. Complements rizin-windows-re (static RE).

설치로 이동

소스 정보

저장소
JerryLinLinLin/frida-windows-skills
최근 소스 활동
2026년 7월 27일 01:25
감지된 SKILL.md 언어
영어
스타
2
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.