Giter Club home page Giter Club logo

hakutaku's People

Contributors

fuqiuluo avatar whitechi73 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hakutaku's Issues

Collaboration Invitation

Hello, I saw you are creating a mem scanner/editor for android
I too have created one here

which already have a cli program that can be run via adb shell
to scan and edit memory

there are many features still missing though such as
apk gui, undo scan, scan for 64 bit decimal and etc
So I was hoping we can combine our skills to build apk like Game Guardian :D

模糊搜索爆栈

因为模糊搜索的数据临时保存于栈中,导致游戏数据过多时发生爆栈,同时即使放在堆区也是很大的内存消耗。

解决方案:采用BaseAddress + offset偏移的做法保存指针,使n-1个指针减少2 byte的内存空间消耗(Diamond_hunters提供解决方案)。

代码贡献者:待定

Searching GameGuardian Values

Hi, would it be possible to convert an GameGuardian script like this :
gg.searchNumber("0.03", gg.TYPE_FLOAT)
gg.getResultsCount()
gg.getResults(10000)
gg.editAll(0, gg.TYPE_FLOAT)
gg.clearResults()

To c++ using Hakutaku ?
Thank you

Feature: Provide functions to map other application memory

A function is provided to map the memory of the target application to the Hakutaku process. Because the process _ VM _ preadv will switch from the user mode to the kernel mode, a lot of time will be spent on scheduling in the long run. A function is provided to map a certain data that needs to be read continuously in, which can avoid scheduling and improve performance.

Code Contributor: TBD

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.