Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 405 Bytes

Memory Patch Detector

Detects code differentials between executables in disk and the corresponding processes/modules in memory

Requirements

pip install -r requirements.txt

Usage

python windows_memory_patches.py

Notes

The script needs Administrator/SYSTEM privileges in order to analyze all the processes in memory.
At the moment, it doesn't check WoW64 processes at all.