Skip to content

olegyadrov/RemoteMemoryScanner-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemoteMemoryScanner

Memory scanner tool compatible with PCILeech-FPGA devices.

The goal is to provide functionality similar to Cheat Engine.

At this point it is nothing more than a proof-of-concept, it is slow (scan & analysis are done in the main thread) and lacking functionality (only integer numbers are currently supported).

screenshot

Dependencies:

https://github.com/ufrisk/MemProcFS/releases/latest
pip install pyside2

How to use:

Put the files into MemProcFS folder next to vmmpy.py, then run

python RemoteMemoryScanner.py

Note for developers:

  • If you are planning on modifying the source code, you can use provided "deploy.ps1" PowerShell script.
  • Only the user interface is dependent on Qt (PySide2). The search engine is being developed in a way so it can be used independently with any other Python script.

About

Memory scanner tool compatible with PCILeech-FPGA devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published