Git Product home page Git Product logo

Comments (5)

AlphaHans avatar AlphaHans commented on July 18, 2024

此外问个问题,使用 xHook 之后,如何能够调用原本的函数返回呢?

如 hook malloc,myMalloc 仅记录内存分配信息,但是还是要调用系统真正的 malloc 方法返回。

from xhook.

fr0zenrain avatar fr0zenrain commented on July 18, 2024

我觉得可以通过函数指针直接调原来的malloc,不用担心死循环问题。

from xhook.

caikelun avatar caikelun commented on July 18, 2024

@AlphaHans 编译警告的问题我有空改一下,暂时请先使用readme中的方法用 NDK r16b 编译吧。

可以用 xhook_register 函数的最后一次参数,保留原 malloc 函数的地址,myMalloc 中使用这个函数地址来调用原 malloc。

from xhook.

fr0zenrain avatar fr0zenrain commented on July 18, 2024

@caikelun 有个问题请教,一定要用r16b么,hook修改的是data,感觉不是一定需要flush cache吧,会不会有其他后果。主要是我的ndk太古老不想换。

from xhook.

caikelun avatar caikelun commented on July 18, 2024

@fr0zenrain r16b是最后一个官方支持 armeabi 的版本,ndk版本太低的话bug比较多,建议升级哦。需要 flush cache,你可以把 flush 的逻辑临时去掉对比试一下。

from xhook.

Related Issues (20)

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.