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.

    Language:Shell7846717
  • 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

    Language:C12141
  • gaeduron/Malloc

    💾 Memory Allocation - 42 project {Mmap, memory allocation algorithm, Munmap & free}

    Language:C4180
  • 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

    Language:C4100
  • hslam/mmap

    Package mmap provides a way to memory-map a file.

    Language:Go2202
  • vsokh/Malloc

    Implementation of malloc, realloc, and free.

    Language:C2101
  • BobAaldering/LETS_ALLOCATE

    Here you will literally learn everything about allocators, and implement one yourself!

    Language:C++0100
  • CapitanuAndreea/Matrix-Multiplication

    Project in Assembly that calculates Distances using Matrix Multiplication

    Language:Assembly00
  • lywangj/Linux_Memory_Manager_

    a tool to manage virtual memory allocation and deallocation on Linux

    Language:C0200
  • simongalasso/ft_malloc

    memory allocation manager

    Language:C10