OS Experiments in Kotlin
-
Updated
Sep 27, 2025 - Kotlin
OS Experiments in Kotlin
RaceHunter Beta is an advanced race condition detection tool for pentesters and bug hunters. It performs high-precision concurrent HTTP request bursts to expose hidden concurrency bugs. Includes modular scenarios, robust error handling, and multi-format reports. Use in controlled environments; feedback welcome!
This system allows users to register, search for trains, check seat availability, and book train seats securely. It includes features like JWT-based authentication for user login, race condition handling during seat booking to prevent overbooking, and admin functionalities to manage train data.
Philosophers is a concurrency project at 42 School that simulates the classic Dining Philosophers Problem. It teaches how to manage threads, avoid race conditions, and prevent deadlocks using mutexes and proper synchronization in C.
Learn and practice race condition exploitation with this educational lab, showcasing real-world examples in C and Shell scripting
Add a description, image, and links to the racecondition topic page so that developers can more easily learn about it.
To associate your repository with the racecondition topic, visit your repo's landing page and select "manage topics."