Giter VIP home page Giter VIP logo

android-mem-edit's Introduction

Android-Mem-Edit

基于Linux内核,安卓应用进程,内存修改工具

主要思路流程:

1.根据/ proc / pid / maps文件获取到相应的pid的内存页的分配

2.使用读取内存页的开始地址

3.利用pread / pwrite进行内存地址的读取和修改

4.linux内核中采用的是虚拟内存进行映射(类似django中的数据库映射)ORM。

2020-1-13更新:

1.以GG修改器作为示例,完善了一次联合搜索数值的示例

2.增加可自由选择修改的内存地址数量

2020-1-10更新:

1.上线内存插件,主要用于安卓程序的内存修改(类似GG修改器,金山游侠等)

2.支持联合搜索

近期完善:

1.偏移搜索

2.代码注入(实现修改内存保护机制)

调用方式:

1.将 main.cpp 写为 .h 头文件,添加到Android studio 项目中的 src-cpp 目录下,利用jni调用C

android-mem-edit's People

Contributors

mrcang09 avatar

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.