Skip to content

RadonCoding/mem-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

Usage: mem-scraper.exe [option(s)]
Options:
-H --help Shows the usage of arguments
-P --pid The target process identifier
-N --name The target process name
-F --filter The regex strings have to match (default = none)
-T --target The place to search strings from (1 = heap, 2 = stack, default = both)
-D --delay Delay between scans in milliseconds (default = 1000)

Prerequisites

  1. Install Visual Studio and enable Desktop Development with C++

Compilation

This project uses ANSI strings and C++ 20. Make sure to also link ntdll.lib.

Credits

This project is inspired by https://www.x86matthew.com/view_post?id=stack_scraper.

Info

It works by reading the process memory of an external process and tries to find strings on the heap and the stack.

Contributing

  1. Fork it
  2. Create your branch (git checkout -b my-change)
  3. Commit your changes (git commit -m "changed something")
  4. Push to the branch (git push origin my-change)
  5. Create new pull request

Releases

No releases published

Packages

No packages published

Languages