Giter Club home page Giter Club logo

hakutaku's Introduction

Hakutaku

Language: 简体中文 | English

GitHub release GitHub license GitHub repo size GitHub top language

Hakutaku's name is Bai Ze, which means omniscient. A memory modifier key wizard core program, supporting Android SDK 24 and above.

Hakutaku is a memory modification tool based on the Android SDK 24+.

Instructions

Supported Memory Ranges

#define RANGE_ALL 8190 // all
#define RANGE_BAD 2 // b
#define RANGE_V 4 // v
#define RANGE_CA 8 // ca
#define RANGE_CB 16 // cb
#define RANGE_CD 32 // cd
#define RANGE_CH 64 // ch
#define RANGE_JH 128 // jh
#define RANGE_A 256 // a
#define RANGE_XS 512 // xs
#define RANGE_S 1024 // s
#define RANGE_AS 2048 // as
#define RANGE_OTHER 4096 // other

StatusCode/ErrorCode

// result-code of searching
#define RESULT_SUCCESS 0 // success
#define RESULT_OFE (-1) // error opening file
#define RESULT_ADDR_NRA (-2) // address not readable
#define RESULT_ADDR_NWA (-3) // address not writable
#define RESULT_UNKNOWN_WORK_MODE (-4) // unknown memory read write mode
#define RESULT_EMPTY_MAPS (-5) // maps is empty
#define RESULT_NOT_FUNDAMENTAL (-6) // Non-basic types (only basic types are supported when using a mode that does not need to provide a size to search for values)
#define RESULT_EMPTY_RESULT (-7) // search result is empty
// The above code does not need to be written into your own file, just for you to see

Caution

  • Copying of the Process object is prohibited, otherwise the /proc/[pid]/mem handle will be released early, resulting in an exception.

Demo

TouchTool(TODO)

hakutaku's People

Contributors

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