Giter VIP home page Giter VIP logo

Comments (5)

caikelun avatar caikelun commented on May 18, 2024

@oujunli 你的问题和 PLT hook 本身没有什么关系。在 hook 后执行的 proxy 函数中可以调用任何函数,包括你说的“非公开函数”。

通过符号查找系统库的非公开函数,可以用其他的开源库,比如:

https://github.com/hexhacking/xDL
https://github.com/hack0z/byopen

from bhook.

oujunli avatar oujunli commented on May 18, 2024

好的,非常感谢回复,看bhook里面也有bh_dl的功能,这部分的功能与xDL和byopen是否提供了类似的功能?如果功能类似的化,这部分功能是否可以提供开放接口。谢谢!

from bhook.

caikelun avatar caikelun commented on May 18, 2024

@oujunli bh_dl 中的函数不会作为 bhook 的对外接口开放。bh_dl 和 xDL 原理是一样的,功能上只是 xDL 的一个子集,因为 bhook 只需要从一个特定的 ELF(linker)中的特定 section(.symtab)里查找少量几个内部符号的地址就可以了,这部分逻辑作为“符号查找”的功能来说并不完整。

from bhook.

oujunli avatar oujunli commented on May 18, 2024

@caikelun 明白了,非常感谢你的解答,谢谢!

from bhook.

caikelun avatar caikelun commented on May 18, 2024

@oujunli 不客气。

from bhook.

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.