POC for a race condition exploit using directory junctions in Windows
-
Updated
Apr 26, 2020 - C
8000
POC for a race condition exploit using directory junctions in Windows
PoC and notes about TOCTOU (race condition) vulnerability in C language and tested on GNU/Linux (Ubuntu 16.04).
Machine Programming II Project for the 2018-2019 course of the Computer Science degree at the University of Havana, Cuba.
priority CPU-Scheduling for Pintos, using a multilevel feedback queue system
A collection of classic mutual exclusion algorithms
"Dive into the world of concurrency with Philosophers, a project that explores the dining philosophers problem."
converted existing single-thread, contiguous file-allocation, file system into a multi-threaded, multi-level indexed file-allocation file system
Operating System course 62588 taken at DTU Copenhagen
Simple programs written in C in order to synchronize processes and threads to avoid race conditions. University project for the course "Operating Systems". Course Code: CEID_NY330
Dining philosophers problem solved, synchronization issues...
This project is a high-performance, thread-safe implementation of the classic Dining Philosophers synchronization problem using POSIX threads in C
Valgrind for Android
Part of 42 projects. A multi-threaded simulation of the Dining Philosophers Problem, showcasing concurrency, synchronization, and resource management using threads and mutexes.
oprating system topic programed in c
A process synchronization problem.
Operating System module assignment documentation
A restaurant simulation that makes use of shared data structures between multiple processes with the help of semaphore mutexes as homework for the Operating Systems class
Learning more about parallelism and concurrency by solving the classic "Dining Philosphers Problem" in a multi-threaded C program.
Add a description, image, and links to the race-conditions topic page so that developers can more easily learn about it.
Curate this topic < 2E45 /p>
To associate your repository with the race-conditions topic, visit your repo's landing page and select "manage topics."