munmap
There are 10 repositories under munmap topic.
spawnmason/randar-explanation
"Randar" is an exploit for Minecraft which uses LLL lattice reduction to crack the internal state of an incorrectly reused java.util.Random in the Minecraft server, then works backwards from that to locate other players currently loaded into the world.
CoderRC/libmingw32_extended
A library for mingw32 that includes some POSIX functions but eventually all of the POSIX functions will be completed and right now the POSIX functions that are included in this repository are pipe, wait, mmap, munmap, msync, mlock, munlock, posix_madvise, madvise, shm_open, shm_unlink, readv, writev, process_vm_readv, process_vm_writev, dlopen, etc
gaeduron/Malloc
💾 Memory Allocation - 42 project {Mmap, memory allocation algorithm, Munmap & free}
yspkm/xv6-virtual-memory
Implementation of three system calls and page fault handler on xv6 - 1. mmap() syscall 2. Page fault handler 3. munmap() syscall 4. freemem() syscall
hslam/mmap
Package mmap provides a way to memory-map a file.
vsokh/Malloc
Implementation of malloc, realloc, and free.
BobAaldering/LETS_ALLOCATE
Here you will literally learn everything about allocators, and implement one yourself!
CapitanuAndreea/Matrix-Multiplication
Project in Assembly that calculates Distances using Matrix Multiplication
lywangj/Linux_Memory_Manager_
a tool to manage virtual memory allocation and deallocation on Linux
simongalasso/ft_malloc
memory allocation manager