Crates.io | scanflow |
lib.rs | scanflow |
version | 0.2.1 |
source | src |
created_at | 2021-05-24 19:56:26.831038 |
updated_at | 2024-07-02 17:18:36.981654 |
description | memory scanning library based on memflow |
homepage | |
repository | https://github.com/h33p/scanflow |
max_upload_size | |
id | 401551 |
size | 33,818 |
scanflow boasts a feature set similar to the likes of CheatEngine, with a simple command line interface. Utilizing memflow, scanflow works in a wide range of situations - from virtual machines, to dedicated DMA hardware. While it's focused around the CLI, it can also be used as a standalone library, easy to integrate to other memflow projects. With performance being at its forefront, scanflow should be able to achieve revolutionary memory scan speeds.
cargo install scanflow-cli
sudo setcap 'CAP_SYS_PTRACE=ep' ~/.cargo/bin/scanflow-cli
Set up connectors using memflowup
Enjoy:
scanflow-cli -c qemu_procfs -p svchost.exe
This tool came to be as a result of my YouTube series detailing memflow and various memory scanning techniques. If you wish to learn more, check out the memflow-applied playlist.
memflow-applied repo is also available with snapshots of different stages of development.