Practical concurrency guide in Go, communication by channels, patterns
Checklist for code reviews
Tests for race conditions in web applications. Includes a RESTful API to integrate into a continuous integration pipeline.
Chronos - A static race detector for the go language
翻译 - Chronos-用于go语言的静态种族探测器
Concurrency in Go video course with in depth explanations & examples
Static analysis framework for C
HTTP/2 Last Frame Synchronization (also known as Single Packet Attack) low Level Library / Tool based on Scapy + Exploit Timing Attacks
Simple PoC for demonstrating Race Conditions on Websockets
Bricks is a sandbox and instruction manual collection for building smart contract exploits for Ethereum blockchains, designed to help developers think like hackers in a safe, fun environment.
Promised state management library with a unique events system, where every event is thennable, which allows to write logic in a saga-like way using async functions
Make exploiting race conditions in web applications highly efficient and ease-of-use.
⏱️ React reducer hook for handling optimistic UI updates and race-conditions.
LLOV: LLVM OpenMP Verifier - : A Fast Static Data-Race Checker for OpenMP Programs
Preventing race conditions with Mutual Exclusion
Automated data race detection from a distributed trace via SMT constraint solving
POC for a race condition exploit using directory junctions in Windows
makes a function atomic with timeout and abort signal
Concurrency & Parallelism in iOS