👌
    nice
    Pinned Loading
- 
  python3 script to save PE modules fr...python3 script to save PE modules from Windows memory dumps (MDMP) 1import sys 2import struct 34MDMP_HEADER_SIZE = 4096 5MDMP_SIGNATURE = b'MDMP' 
- 
  python3 script to save ELF modules f...python3 script to save ELF modules from Linux memory dumps (core dump) 1import sys 2import struct 3from ctypes import * 45# ELF Header Definitions
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.