Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annoviko/crwproc
TBD
https://github.com/annoviko/crwproc
Last synced: 27 days ago
JSON representation
TBD
- Host: GitHub
- URL: https://github.com/annoviko/crwproc
- Owner: annoviko
- Created: 2021-08-03T13:24:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T18:49:49.000Z (over 2 years ago)
- Last Synced: 2024-10-27T16:29:32.546Z (3 months ago)
- Language: C++
- Size: 362 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
crwproc
=======**crwproc** is a tool to work with a process memory in Windows OS.
One of the motivations for this project was the fact that I could not use CheatEngine and ArtMoney, but I needed to search for preambulas and specific values and then update them.
Essentially, the application provides almost the same basic functionality like CheatEngine and ArtMoney to operate with memory. BUT it does not provide functionality to run scripts and ASM injections like CheatEngine. If you are in the same situation like me, then you can use this application, otherwise I would recommend to use CheatEngine instead since it has huge support and community.
Technical Details
=================The application is written using pure C++ and WinAPI.
The application has been tested on Win 10 x64.