Git Product home page Git Product logo

rwmem's Introduction

rwMem

A kernel module to read and write memory in a remote process.

Why?

Read and write memory in a remote process is a common task in game hacking. There are many ways to do this, but most of them are not very reliable. This kernel module is a reliable way to read and write memory in a remote process.

How to build?

Kernel module (rwMem)

  1. build the android kernel according to the official documentation
  2. build the kernel module with the following command
make CC=clang LLVM=1 KDIR=<android-kernel>/out/android13-5.15/common 

Using kernel_action (fork it)

  1. There is already both the Chinese and English readme in the repo, please read one of the two carefully
  2. Edit and add the necessary information to your kernel in config.env
  3. After adding the necessary settings, don't forget to check if rwMem of the Action kernel is on the latest version
  4. modify .github/workflows/build-kernel.yml in the repo if needed
  5. go to action and run the build-kernel.yml in your repo forked
  6. Download rwMem and load If it fails to load, enable Config REMOVE_MODULE_VERIFY
  7. good luck
  8. If you can't, ask for help

RRWMem

  1. clone this repository and my modification of keystone-bindings
  2. edit the file build.rs of keystone-bindings to add your PATH for the RWMEM repository
  3. download NDK and add to your system variables
  4. run
cargo ndk -t arm64-v8a build

How to use?

Install the kernel module and then run the RWMem executable.

Project Structure

.
├── rwMem         # The kernel module
└── RRWMem        # A rust executable to communicate with the kernel module

rwmem's People

Contributors

abcz316 avatar ri-char avatar yervant7 avatar

Stargazers

 avatar

Forkers

escapedeath

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.