memory-dumper
Memory dumper
A tool for extracting data from process memory
A tool for dumping files from processes memory
36 stars
10 watching
15 forks
Language: C++
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gdbinit/readmem | A tool to dump processes memory on screen or to a binary file. | 222 |
nightbringer21/fridump | A tool to dump memory from mobile devices using the Frida framework | 751 |
rootbsd/fridump3 | A memory dumping tool using Frida to access and dump process memory from various platforms. | 180 |
outflanknl/dumpert | A tool for creating a low-level memory dump of the LSASS process using direct system calls and API unhooking. | 1,490 |
xforcered/credbandit | A proof-of-concept tool for dumping the memory of a process and sending it back through a custom communication channel. | 232 |
kost/memdump | A tool to extract and display the contents of a system's physical memory | 12 |
mobileforensicsresearch/mem | Tool to dump memory from Android devices | 66 |
seventeenman/callbackdump | A utility that allows dumping the memory of the LSASS process without triggering antivirus signatures or sandbox detection. | 545 |
hagrid29/duplicatedump | Tools to dump LSASS memory without detection using custom LSA plugin and duplicated handle | 199 |
magnetforensics/dumpit-linux | Creates compact Linux memory images for analysis | 155 |
revng/pagebuster | A tool to dump all executable pages of packed processes without assuming unpacking occurs at a precise moment | 201 |
t3hmrman/async-dropper | An implementation of automatic memory deallocation in async code | 42 |
ir193/amextractor | A tool to extract physical memory from Android devices without kernel source code or LKM support. | 11 |
dbandstra/zig-hunk | A basic memory allocator based on a fixed block of memory with two stacks growing inward. | 0 |
ytisf/muninn | A tool to assist in memory forensics analysis on Windows systems by automating the process of extracting and exporting relevant data from memory images. | 52 |