Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mentebinaria/maproc
As the name maProc informs, it will map processes in linux, being able to check a process's stack/heap in User Land, being able to change the memory with write permission, you can manipulate the process by sending a SIGNAL and can stop or pause it process.
https://github.com/mentebinaria/maproc
cheat-engine cheat-engine-linux linux mapper mapper-memory memory-mapping scammer scan
Last synced: about 1 month ago
JSON representation
As the name maProc informs, it will map processes in linux, being able to check a process's stack/heap in User Land, being able to change the memory with write permission, you can manipulate the process by sending a SIGNAL and can stop or pause it process.
- Host: GitHub
- URL: https://github.com/mentebinaria/maproc
- Owner: mentebinaria
- License: bsd-2-clause
- Created: 2021-12-09T18:32:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T13:15:44.000Z (over 1 year ago)
- Last Synced: 2023-08-18T03:29:23.052Z (over 1 year ago)
- Topics: cheat-engine, cheat-engine-linux, linux, mapper, mapper-memory, memory-mapping, scammer, scan
- Language: C++
- Homepage:
- Size: 1.08 MB
- Stars: 20
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# maProc π
As the name maProc informs, it will map processes in linux, being able to check a process's stack/heap, being able to change the memory with write permission, you can manipulate the process by sending a SIGNAL and can stop or pause it process.# Infos βΉοΈ
> Made in C++ lang> Maproc will easily change the memory without depending on ptrace, however we will depend on the support of the system to contain the pseudo directory `/mem`, otherwise reading and writing in memory will not be possible,we intend to implement it with ptrace in the future.
> [License](LICENSE) BSD 2-Clause
> [DEPENDENCIES](DEPENDENCIES.md)
# About Β©οΈ
we will make the maProc libs available in the following organization [CoffeeCode](https://github.com/0xc0ffeec0de), create your own maProc.
The project's main creators are [Mob](https://github.com/VitorMob), [Buzzer](https://github.com/AandersonL) with all copyrights to Mente BinΓ‘ria.# Features π₯
* Manipulate process
* Mapper memory process
* Elf Header Parser# Compile π¨οΈ
> Commands
cd maProc
mkdir build
cd build
cmake ..
make# Pages π
* [Home](https://github.com/mentebinaria/maProc/wiki)
* [Help](https://github.com/mentebinaria/maProc/wiki/Help)# Screenshots π¦
![maproc](assets/maProc.png)