Highlights
- Pro
Lists (8)
Sort Name ascending (A-Z)
Automata-Inference
Benchmark
Fuzz
Network Protocol Fuzz
SoTA Protocol FuzzSymbolic/Taint Analysis
Awesome Smybolic / Taint AnalysisTools
awesomd environment settingsVisualizer
Windows Related
Stars
windows-kernel-exploits Windows平台提权漏洞集合
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
A fork of AFL for fuzzing Windows binaries
Source code of a multiple series of tutorials about the hypervisor. Available at: https://rayanfam.com/tutorials
A FREE Windows C development course where we will learn the Win32API and reverse engineer each step utilizing IDA Free in both an x86 and x64 environment.
Exercises to learn how to fuzz with American Fuzzy Lop
AFLNet: A Greybox Fuzzer for Network Protocols (https://thuanpv.github.io/publications/AFLNet_ICST20.pdf)
LPE exploit for CVE-2023-21768
The Windows Library for Intel Process Trace (WinIPT) is a project that leverages the new Intel Processor Trace functionality exposed by Windows 10 Redstone 5 (1809), through a set of libraries and …
Examples for: Learning KVM - implement your own kernel
Large Language Model guided Protocol Fuzzing (NDSS'24)
UAFuzz: Binary-level Directed Fuzzing for Use-After-Free Vulnerabilities
Improving AFL by using Intel PT to collect branch information
FitM, the Fuzzer in the Middle, can fuzz client and server binaries at the same time using userspace snapshot-fuzzing and network emulation. It's fast and comparably easy to set up.