Skip to content

Cross-platform tool for scanning memory of other processes

License

Notifications You must be signed in to change notification settings

Stiju/MemoryScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemoryScanner

Cross-platform memory scanning tool that runs on Windows, Linux and macOS. Right now it uses a temporary command-line interface but will hopefully switch to a graphical user interface in the near future. (famous last words)

How to Compile

Compile all non-system .cpp files and the specific system_<platform>.cpp for your system.

Windows

Build the Visual Studio solution file.

Linux

clang++ main.cpp memory.cpp scanner.cpp system_linux.cpp -o memscan -O3 -fexceptions -std=c++14

macOS

clang++ main.cpp memory.cpp scanner.cpp system_macos.cpp -o memscan -O3 -fexceptions -std=c++14

Note

On Linux and macOS make sure to run as root to have access to other processes. macOS will only allow you to scan non-system applications.

About

Cross-platform tool for scanning memory of other processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published