Giter Club home page Giter Club logo

Comments (6)

fr0zenrain avatar fr0zenrain commented on June 9, 2024

感觉你说的这个问题存在,自己可以在replace里判断模块。

from xhook.

caikelun avatar caikelun commented on June 9, 2024

如果我只想hook调用libc.so的open函数,假如一个so也实现了一个open函数会不会被误hook掉?

如果存在这种情况的话,程序本身运行就有问题了。C/C++ 函数名称冲突在链接的时候会有问题,你可以自己写个demo验证下,或者研究下动态链接器的原理。

from xhook.

fr0zenrain avatar fr0zenrain commented on June 9, 2024

之前说错了,xhook_register 可以通过正则表达式,指定模块名。

from xhook.

zhzhyang0313 avatar zhzhyang0313 commented on June 9, 2024

如果我只想hook调用libc.so的open函数,假如一个so也实现了一个open函数会不会被误hook掉?

如果存在这种情况的话,程序本身运行就有问题了。C/C++ 函数名称冲突在链接的时候会有问题,你可以自己写个demo验证下,或者研究下动态链接器的原理。

写demo验证了一下,的确会被误hook,mylibc.so中写了一个read函数,test.so调用mylibc.so的read函数,在APP中hook read函数,mylibc.so和libc.so中的read函数都被hook到了

from xhook.

zhzhyang0313 avatar zhzhyang0313 commented on June 9, 2024

之前说错了,xhook_register 可以通过正则表达式,指定模块名。

我要hook所有调用了libc.so中指定函数的so,不能指定名称

from xhook.

txy0110 avatar txy0110 commented on June 9, 2024

不知道为什么hook mono_image_open_from_data_with_name,old_func总是NULL,而且程序会崩溃,不知道是不是跟参数有关,可是之前用adbi inline hook参数就是这样写的没有问题的

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.