Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowarc/pims
Fun project to learn how memory scan works
https://github.com/bowarc/pims
Last synced: 11 days ago
JSON representation
Fun project to learn how memory scan works
- Host: GitHub
- URL: https://github.com/bowarc/pims
- Owner: Bowarc
- Created: 2024-02-19T23:33:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T13:20:37.000Z (6 months ago)
- Last Synced: 2024-11-08T08:29:08.446Z (2 months ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Process Internal Memory Scanner
This is just for learning purposes.
The goal is to have a value scan similar to cheat engine
then maybe use it to create patterns ?
that would be pog
## Current state :
Working finegui under construction
Notes
VirtualQuery could be usefull to scan a lot of the memory without triggering STATUS_ACCESS_VIOLATION, maybe ?
addr % page len gives us the current page index. right ?https://github.com/darfink/region-rs this could be a good learning source