Giter VIP home page Giter VIP logo

android_ndk_mem's Introduction

Android_ndk_mem

ndk编译可执行文件跨进程读写app内存

52pojie:

https://www.52pojie.cn/thread-1568457-1-1.html

游戏app: 链接:https://pan.baidu.com/s/15N_GaoDQBGPfIfXwfvA9dA 提取码:zd68

先把可执行文件传送到手机或模拟器

进入可执行文件夹
cd libs/x86
adb push jni_test /data/local/tmp

更改权限并执行

打开游戏,在150阳光下使用

adb shell
su
cd /data/local/tmp
chmod 777 jni_test
./jni_test

编译流程

配置ndk环境

下载Android Studio

点击左上角 File->Project Structure->SDK Location 在Android NDK Location 下点击Download Android NDK image

下载完成后配置ndk环境变量 编辑Path,新增ndk路径 image

编译项目

进入jni目录,执行ndk-build

cd jni
ndk-build

image

android_ndk_mem's People

Contributors

pshocker 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.